File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ jobs:
32
32
33
33
steps :
34
34
- name : Harden Runner
35
- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
35
+ uses : step-security/harden-runner@v2.12.1 # v2.12.1
36
36
with :
37
37
egress-policy : audit
38
38
39
39
- name : " Checkout code"
40
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5 .2
40
+ uses : actions/checkout@v4.2.2 # v4.2 .2
41
41
with :
42
42
persist-credentials : false
43
43
44
44
- name : " Run analysis"
45
- uses : ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
45
+ uses : ossf/scorecard-action@v2.4.2 # v2.4.2
46
46
with :
47
47
results_file : results.sarif
48
48
results_format : sarif
@@ -64,14 +64,14 @@ jobs:
64
64
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
65
65
# format to the repository Actions tab.
66
66
- name : " Upload artifact"
67
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
67
+ uses : actions/upload-artifact@v4.6.2 # v4.6.2
68
68
with :
69
69
name : SARIF file
70
70
path : results.sarif
71
71
retention-days : 5
72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
75
+ uses : github/codeql-action/upload-sarif@latest # latest
76
76
with :
77
77
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments