Skip to content

Commit 9dd5236

Browse files
chore(deps): update codecov/codecov-action action to v5.5.3 (#678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ac097a commit 9dd5236

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)