Skip to content

Commit 78df03c

Browse files
chore(deps): update codecov/codecov-action action to v5.5.2 (#628)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08eed29 commit 78df03c

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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
60+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
69+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
7070
with:
7171
fail_ci_if_error: true
7272

0 commit comments

Comments
 (0)