File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
35
35
steps :
36
36
- name : " Checkout code"
37
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
37
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
38
with :
39
39
persist-credentials : false
40
40
41
41
- name : " Run analysis"
42
- uses : ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
42
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
43
43
with :
44
44
results_file : results.sarif
45
45
results_format : sarif
@@ -61,14 +61,14 @@ jobs:
61
61
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
62
62
# format to the repository Actions tab.
63
63
- name : " Upload artifact"
64
- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1 .0
64
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
65
65
with :
66
66
name : SARIF file
67
67
path : results.sarif
68
68
retention-days : 5
69
69
70
70
# Upload the results to GitHub's code scanning dashboard.
71
71
- name : " Upload to code-scanning"
72
- uses : github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
72
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
73
73
with :
74
74
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments