Skip to content

Commit

Permalink
Merge pull request #1105 from synfinatic/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
synfinatic authored Nov 28, 2024
2 parents 53a54fd + 64b11eb commit 6d29aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Tests
run: make .build-tests
- name: Upload to codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

govulncheck:
name: govulncheck
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
env_vars: OS
files: ./coverage.out
Expand Down

0 comments on commit 6d29aae

Please sign in to comment.