From 6c0b7ab3af841544596dc8ca77cb214b9b70a755 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 01:06:17 +0000 Subject: [PATCH] chore(deps): update tailscale/github-action action to v4 --- .github/workflows/argocd_sync.yml | 2 +- .github/workflows/build-image.yml | 2 +- .github/workflows/create-apk-artifact.yml | 2 +- .github/workflows/dotnet-publish.yml | 2 +- .github/workflows/publish-apk-s3.yml | 2 +- .github/workflows/publish-bundle-codepush.yml | 2 +- .github/workflows/run-aws.yml | 2 +- .github/workflows/run-dbt-tests.yml | 2 +- .github/workflows/run-docker-upload-artifact.yml | 2 +- .github/workflows/run-docker-with-db.yml | 2 +- .github/workflows/run-docker.yml | 2 +- .github/workflows/run-python.yml | 2 +- .github/workflows/send_slack_notif.yaml | 2 +- .github/workflows/terraform.yml | 2 +- .github/workflows/upload-dbt-manifest.yml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/argocd_sync.yml b/.github/workflows/argocd_sync.yml index dda0dab8..a7e3d965 100644 --- a/.github/workflows/argocd_sync.yml +++ b/.github/workflows/argocd_sync.yml @@ -34,7 +34,7 @@ jobs: ARGOCD_SERVER: ${{ inputs.argocd_server || vars.ARGOCD_SERVER }} steps: - name: Tailscale - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index ec02969c..b2aec28b 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -114,7 +114,7 @@ jobs: steps: - name: Tailscale if: inputs.tailscale_enabled || inputs.vault_enabled - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/create-apk-artifact.yml b/.github/workflows/create-apk-artifact.yml index 41d8856e..0178ead8 100644 --- a/.github/workflows/create-apk-artifact.yml +++ b/.github/workflows/create-apk-artifact.yml @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v5 - name: Tailscale - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/dotnet-publish.yml b/.github/workflows/dotnet-publish.yml index d36cd0e5..b3cda37a 100644 --- a/.github/workflows/dotnet-publish.yml +++ b/.github/workflows/dotnet-publish.yml @@ -53,7 +53,7 @@ jobs: - name: Tailscale if: inputs.publish_to_public_registry - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/publish-apk-s3.yml b/.github/workflows/publish-apk-s3.yml index c3a4879a..ef6e3809 100644 --- a/.github/workflows/publish-apk-s3.yml +++ b/.github/workflows/publish-apk-s3.yml @@ -55,7 +55,7 @@ jobs: AWS_REGION: ${{ inputs.AWS_REGION || vars.AWS_REGION || vars.AWS_DEFAULT_REGION }} steps: - name: Tailscale - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/publish-bundle-codepush.yml b/.github/workflows/publish-bundle-codepush.yml index d52ed627..e4f4815a 100644 --- a/.github/workflows/publish-bundle-codepush.yml +++ b/.github/workflows/publish-bundle-codepush.yml @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v5 - name: Tailscale - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/run-aws.yml b/.github/workflows/run-aws.yml index 636ea255..7823626b 100644 --- a/.github/workflows/run-aws.yml +++ b/.github/workflows/run-aws.yml @@ -58,7 +58,7 @@ jobs: - name: Tailscale if: inputs.tailscale_enabled || inputs.vault_enabled - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/run-dbt-tests.yml b/.github/workflows/run-dbt-tests.yml index 8da8c47e..e6c2ab71 100644 --- a/.github/workflows/run-dbt-tests.yml +++ b/.github/workflows/run-dbt-tests.yml @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v5 - name: Tailscale - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/run-docker-upload-artifact.yml b/.github/workflows/run-docker-upload-artifact.yml index c9d3416a..d785f510 100644 --- a/.github/workflows/run-docker-upload-artifact.yml +++ b/.github/workflows/run-docker-upload-artifact.yml @@ -86,7 +86,7 @@ jobs: steps: - name: Tailscale if: inputs.tailscale_enabled || inputs.vault_enabled - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/run-docker-with-db.yml b/.github/workflows/run-docker-with-db.yml index 2a36f33d..5bf9b590 100644 --- a/.github/workflows/run-docker-with-db.yml +++ b/.github/workflows/run-docker-with-db.yml @@ -99,7 +99,7 @@ jobs: steps: - name: Tailscale if: inputs.tailscale_enabled || inputs.vault_enabled - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/run-docker.yml b/.github/workflows/run-docker.yml index 70e846e8..0e5754b8 100644 --- a/.github/workflows/run-docker.yml +++ b/.github/workflows/run-docker.yml @@ -91,7 +91,7 @@ jobs: steps: - name: Tailscale if: inputs.tailscale_enabled || inputs.vault_enabled - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/run-python.yml b/.github/workflows/run-python.yml index b1b89a78..fd343377 100644 --- a/.github/workflows/run-python.yml +++ b/.github/workflows/run-python.yml @@ -78,7 +78,7 @@ jobs: steps: - name: Tailscale if: inputs.tailscale_enabled || inputs.vault_enabled - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/send_slack_notif.yaml b/.github/workflows/send_slack_notif.yaml index 48d26c82..f9b6ccbd 100644 --- a/.github/workflows/send_slack_notif.yaml +++ b/.github/workflows/send_slack_notif.yaml @@ -29,7 +29,7 @@ jobs: VAULT_GITHUB_ACTIONS_ROLE: ${{ inputs.vault_github_actions_role || vars.VAULT_GITHUB_ACTIONS_ROLE }} steps: - name: Tailscale - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index e927f814..6efc2d85 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -101,7 +101,7 @@ jobs: steps: - name: Tailscale if: inputs.tailscale_enabled || inputs.vault_enabled - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/upload-dbt-manifest.yml b/.github/workflows/upload-dbt-manifest.yml index 74f6696d..8691d234 100644 --- a/.github/workflows/upload-dbt-manifest.yml +++ b/.github/workflows/upload-dbt-manifest.yml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v5 - name: Tailscale - uses: tailscale/github-action@v3 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}