From b497699e9049f77a13845827eede4425eaea0805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 07:03:00 +0000 Subject: [PATCH] deps(ci): bump tailscale/github-action from 4.1.0 to 4.1.1 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/a392da0a182bba0e9613b6243ebd69529b1878aa...53acf823325fe9ca47f4cdaa951f90b4b0de5bb9) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 89a2a4e2..99d4ae32 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -21,7 +21,7 @@ jobs: - name: Connect to Tailnet if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository - uses: tailscale/github-action@a392da0a182bba0e9613b6243ebd69529b1878aa #v4.1.0 + uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 #v4.1.1 with: args: --accept-dns=true oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}