File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
23
23
steps :
24
24
- name : " Checkout code"
25
- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
25
+ uses : actions/checkout@v4.2.2
26
26
with :
27
27
persist-credentials : false
28
28
29
29
- name : " Run analysis"
30
- uses : ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972 # tag= v2.0.3
30
+ uses : ossf/scorecard-action@v2.4.1
31
31
with :
32
32
results_file : results.sarif
33
33
results_format : sarif
@@ -46,14 +46,14 @@ jobs:
46
46
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
47
47
# format to the repository Actions tab.
48
48
- name : " Upload artifact"
49
- uses : actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag=v3.0.0
49
+ uses : actions/upload-artifact@v4.6.1
50
50
with :
51
51
name : SARIF file
52
52
path : results.sarif
53
53
retention-days : 5
54
54
55
55
# Upload the results to GitHub's code scanning dashboard.
56
56
- name : " Upload to code-scanning"
57
- uses : github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag=v1.0.26
57
+ uses : github/codeql-action/upload-sarif@v3.28.11
58
58
with :
59
59
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments