Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] authored Jan 7, 2025
1 parent 572b12d commit d338dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ jobs:
run: cmake --build --preset=default --target ccov-all

- name: Upload coverage report
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ jobs:
run: cmake --build --preset=default --target ccov-all

- name: Upload coverage report
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
token: {{ '${{ secrets.CODECOV_TOKEN }}' }}
fail_ci_if_error: true
Expand Down

0 comments on commit d338dce

Please sign in to comment.