We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08eed29 commit 78df03cCopy full SHA for 78df03c
.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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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