From 42eda0ecd4e56fd9a995677551191fc1fade7181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 07:03:18 +0000 Subject: [PATCH] deps(ci): bump tailscale/github-action from 4.0.3 to 4.1.0 Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/tailscale/github-action/releases) - [Commits](https://github.com/tailscale/github-action/compare/3a217367cadc62d7600a77470ffe542e2313e6b9...a392da0a182bba0e9613b6243ebd69529b1878aa) --- updated-dependencies: - dependency-name: tailscale/github-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 8592345..da693de 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@3a217367cadc62d7600a77470ffe542e2313e6b9 #v4.0.3 + uses: tailscale/github-action@a392da0a182bba0e9613b6243ebd69529b1878aa #v4.1.0 with: args: --accept-dns=true oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}