Skip to content

Commit

Permalink
deps(ci): bump tailscale/github-action from 2 to 3 (#422)
Browse files Browse the repository at this point in the history
* deps(ci): bump tailscale/github-action from 2 to 3

Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 2 to 3.
- [Release notes](https://github.com/tailscale/github-action/releases)
- [Commits](tailscale/github-action@v2...v3)

---
updated-dependencies:
- dependency-name: tailscale/github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: add required version-input

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tobias Lindberg <[email protected]>
  • Loading branch information
dependabot[bot] and tobiasehlert authored Dec 19, 2024
1 parent 0a070f0 commit 36d853d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ 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@v2
uses: tailscale/github-action@v3
with:
args: --accept-dns=true
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:github-runner
version: latest

- name: Runing tests for coverage
run: |
Expand Down

0 comments on commit 36d853d

Please sign in to comment.