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 @@ -22,12 +22,12 @@ jobs:
22
22
23
23
steps :
24
24
- name : " Checkout code"
25
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4 .0
25
+ uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0 .0
26
26
with :
27
27
persist-credentials : false
28
28
29
29
- name : " Run analysis"
30
- uses : ossf/scorecard-action@c1aec4ac820532bab364f02a81873c555a0ba3a1 # v1.0.4
30
+ uses : ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # tag= v1.1.1
31
31
with :
32
32
results_file : results.sarif
33
33
results_format : sarif
@@ -42,14 +42,14 @@ jobs:
42
42
43
43
# Upload the results as artifacts (optional).
44
44
- name : " Upload artifact"
45
- uses : actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2.3.1
45
+ uses : actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag=v3.0.0
46
46
with :
47
47
name : SARIF file
48
48
path : results.sarif
49
49
retention-days : 5
50
50
51
51
# Upload the results to GitHub's code scanning dashboard.
52
52
- name : " Upload to code-scanning"
53
- uses : github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # v1.0.26
53
+ uses : github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag= v1.0.26
54
54
with :
55
55
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments