Skip to content

Commit 086fc12

Browse files
chore(deps): bump codecov/codecov-action in /.github/workflows (#541)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@fdcc847...5a10915) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 940677e commit 086fc12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_and_upload_coverage_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5858

5959
- name: Upload coverage report to Codecov
60-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
60+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
6161
with:
6262
token: ${{ secrets.CODECOV_TOKEN }}
6363
fail_ci_if_error: true
@@ -66,7 +66,7 @@ jobs:
6666
if: >-
6767
github.event_name == 'pull_request' &&
6868
github.event.pull_request.head.repo.full_name != github.repository
69-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
69+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
7070
with:
7171
fail_ci_if_error: true
7272

0 commit comments

Comments
 (0)