We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e2c77 commit 426fc11Copy full SHA for 426fc11
2 files changed
.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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
+ uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
35
with:
36
file: ./coverage.out
37
fail_ci_if_error: true
.github/workflows/scorecard.yml
@@ -37,6 +37,6 @@ jobs:
path: results.sarif
38
retention-days: 5
39
- name: Upload to code-scanning
40
- uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
+ uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
41
42
sarif_file: results.sarif
0 commit comments