File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
persist-credentials : false
33
33
34
34
- name : " Run analysis"
35
- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
35
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
36
36
with :
37
37
results_file : results.sarif
38
38
results_format : sarif
59
59
60
60
# Upload the results to GitHub's code scanning dashboard.
61
61
- name : " Upload to code-scanning"
62
- uses : github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
62
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
63
63
with :
64
64
sarif_file : results.sarif
Original file line number Diff line number Diff line change 75
75
76
76
# This step checks out a copy of your repository.
77
77
- name : Upload SARIF file
78
- uses : github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
78
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
79
79
with :
80
80
token : ${{ github.token }}
81
81
# Path to SARIF file relative to the root of the repository
You can’t perform that action at this time.
0 commit comments