File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
persist-credentials : false
39
39
40
40
- name : Run analysis
41
- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
41
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
42
42
with :
43
43
results_file : results.sarif
44
44
results_format : sarif
@@ -60,14 +60,14 @@ jobs:
60
60
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
61
61
# format to the repository Actions tab.
62
62
- name : Upload artifact
63
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
63
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
64
64
with :
65
65
name : SARIF file
66
66
path : results.sarif
67
67
retention-days : 5
68
68
69
69
# Upload the results to GitHub's code scanning dashboard.
70
70
- name : Upload to code-scanning
71
- uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
71
+ uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments