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.
2 parents 894480d + 90cd947 commit 49100a0Copy full SHA for 49100a0
2 files changed
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
run: make test
40
41
- name: codecov coverage report
42
- uses: codecov/codecov-action@aa56896cf108bd10b5eb883cd1d24196da57f695 # v5.5.4
+ uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
43
with:
44
files: ./coverage.out
45
.github/workflows/scorecard.yml
@@ -25,7 +25,7 @@ jobs:
25
persist-credentials: false
26
27
- name: Run analysis
28
- uses: ossf/scorecard-action@99c09fe975337306107572b4fdf4db224cf8e2f2 # v2.4.3
+ uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
29
30
results_file: results.sarif
31
results_format: sarif
0 commit comments