Skip to content

Commit

Permalink
Merge pull request #31 from Baek2back/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin codecov/codecov-action action to e0b68c6
  • Loading branch information
Baek2back authored Aug 1, 2024
2 parents e5bd2ca + 228153f commit 1e69ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- run: bun install
- run: bun run coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1e69ef8

Please sign in to comment.