From 9e4a4fab38fc31227a3d0f612d516df46e636238 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:08:27 +0000 Subject: [PATCH] chore(deps): update tailscale/github-action action to v4 --- .github/workflows/pull-request-kotlin.yml | 2 +- .github/workflows/sonar-cloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}"