diff --git a/.github/workflows/pull-request-kotlin.yml b/.github/workflows/pull-request-kotlin.yml index e50bc7e..4c918b9 100644 --- a/.github/workflows/pull-request-kotlin.yml +++ b/.github/workflows/pull-request-kotlin.yml @@ -196,7 +196,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@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3 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 434e9d9..9949bf3 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -97,7 +97,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@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3 with: authkey: ${{ env.TAILSCALE_AUTHKEY }} hostname: "github-${{ github.run_id }}"