We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62eb25 commit 2161a07Copy full SHA for 2161a07
.github/workflows/codecov.yml
@@ -31,7 +31,7 @@ jobs:
31
run: make test
32
- name: Upload Report to Codecov
33
if: steps.checksecret.outputs.result == 'true'
34
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
+ uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
35
with:
36
file: ./coverage.out
37
fail_ci_if_error: true
0 commit comments