From 8c3f3cc305b9c1f9d29ad623dcd294c939525497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:16:57 +0000 Subject: [PATCH] build(deps): bump tailscale/github-action from 4.1.1 to 4.1.2 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/53acf823325fe9ca47f4cdaa951f90b4b0de5bb9...306e68a486fd2350f2bfc3b19fcd143891a4a2d8) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1976be075..1271e499a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -349,7 +349,7 @@ jobs: # PR-labelled builds (`Z-Build-Workflow`) skip this and push only to ghcr. - name: Tailscale if: github.event_name == 'push' - uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 # v4.1.1 + uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} audience: ${{ secrets.TS_AUDIENCE }} @@ -484,7 +484,7 @@ jobs: # `push` events. - name: Tailscale if: github.event_name == 'push' - uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 # v4.1.1 + uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} audience: ${{ secrets.TS_AUDIENCE }}