We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3381a1 commit 9231a54Copy full SHA for 9231a54
.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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
32
with:
33
files: build/coverage_report.xml
34
fail_ci_if_error: true
0 commit comments