Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action digest to 13d8b07 (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 10, 2023
1 parent 71c5fc2 commit 0f34a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: mvn --batch-mode --update-snapshots verify

- name: Upload coverage to Codecov
uses: codecov/codecov-action@4b062cb89c1fe1fd7da7e013d554a088ea14178a
uses: codecov/codecov-action@13d8b070d5c4da65fc2f3ccf6afe68f202f09cdc
with:
flags: unittests # optional
name: coverage # optional
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: mvn --batch-mode --update-snapshots verify -P integration-test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@4b062cb89c1fe1fd7da7e013d554a088ea14178a
uses: codecov/codecov-action@13d8b070d5c4da65fc2f3ccf6afe68f202f09cdc
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
flags: unittests # optional
Expand Down

0 comments on commit 0f34a95

Please sign in to comment.