File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
template/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
persist-credentials: false
44
44
45
45
- name: "Run analysis"
46
- uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
46
+ uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
47
47
with:
48
48
results_file: results.sarif
49
49
results_format: sarif
77
77
# Upload the results to GitHub's code scanning dashboard (optional).
78
78
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
79
79
- name: "Upload to code-scanning"
80
- uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
80
+ uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
81
81
with:
82
82
sarif_file: results.sarif
83
83
{% - endraw %}
You can’t perform that action at this time.
0 commit comments