We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac097a commit 9dd5236Copy full SHA for 9dd5236
1 file changed
.github/workflows/generate_and_upload_coverage_data.yml
@@ -57,7 +57,7 @@ jobs:
57
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
58
59
- name: Upload coverage report to Codecov
60
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
61
with:
62
token: ${{ secrets.CODECOV_TOKEN }}
63
fail_ci_if_error: true
@@ -66,7 +66,7 @@ jobs:
66
if: >-
67
github.event_name == 'pull_request' &&
68
github.event.pull_request.head.repo.full_name != github.repository
69
70
71
72
0 commit comments