From b5fda476a819f2b2604cab0fcc8a33c60bebe392 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:49:32 +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 e0b46f0..42cd0ae 100644 --- a/.github/workflows/pull-request-kotlin.yml +++ b/.github/workflows/pull-request-kotlin.yml @@ -198,7 +198,7 @@ jobs: id: tailscale if: ${{ !inputs.skip-sonar && env.TAILSCALE_AUTHKEY != '' }} continue-on-error: ${{ inputs.sonar-non-blocking }} - 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 97a644d..5cc32ca 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -104,7 +104,7 @@ jobs: id: tailscale if: ${{ env.TAILSCALE_AUTHKEY != '' }} continue-on-error: ${{ inputs.sonar-non-blocking }} - 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 }}"