We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6124346 commit d5b0329Copy full SHA for d5b0329
.github/workflows/reusable-upload-coverage-report.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Upload coverage report
30
if: ${{ hashFiles('build/coverage_report.xml') != '' }}
31
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
32
with:
33
files: build/coverage_report.xml
34
fail_ci_if_error: true
0 commit comments