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@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
46
+ uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
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@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
80
+ uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
81
81
with:
82
82
sarif_file: results.sarif
83
83
{% - endraw %}
You can’t perform that action at this time.
0 commit comments