diff --git a/.github/workflows/pull-request-kotlin.yml b/.github/workflows/pull-request-kotlin.yml index 7927487..fbbd827 100644 --- a/.github/workflows/pull-request-kotlin.yml +++ b/.github/workflows/pull-request-kotlin.yml @@ -152,7 +152,7 @@ jobs: # automatically for repos still on SonarCloud (no TAILSCALE_AUTHKEY passed). - name: Tailscale if: ${{ !inputs.skip-sonar && env.TAILSCALE_AUTHKEY != '' }} - uses: tailscale/github-action@6cae46e2d796f265265cfcf628b72a32b4d7cade # v3.3.0 + uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2 with: authkey: ${{ env.TAILSCALE_AUTHKEY }} hostname: "github-${{ github.run_id }}" diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index 7a76d99..f45f83e 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -89,7 +89,7 @@ jobs: # automatically for repos still on SonarCloud (no TAILSCALE_AUTHKEY passed). - name: Tailscale if: ${{ env.TAILSCALE_AUTHKEY != '' }} - uses: tailscale/github-action@6cae46e2d796f265265cfcf628b72a32b4d7cade # v3.3.0 + uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2 with: authkey: ${{ env.TAILSCALE_AUTHKEY }} hostname: "github-${{ github.run_id }}"