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 @@ -25,12 +25,12 @@ jobs:
25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag= v3.0 .0
28
+ uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
29
29
with :
30
30
persist-credentials : false
31
31
32
32
- name : " Run analysis"
33
- uses : ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # tag= v2.0.5
33
+ uses : ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
34
34
with :
35
35
results_file : results.sarif
36
36
results_format : sarif
@@ -45,14 +45,14 @@ jobs:
45
45
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
46
46
# format to the repository Actions tab.
47
47
- name : " Upload artifact"
48
- uses : actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag= v3.0.0
48
+ uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
49
49
with :
50
50
name : SARIF file
51
51
path : results.sarif
52
52
retention-days : 5
53
53
54
54
# Upload the results to GitHub's code scanning dashboard.
55
55
- name : " Upload to code-scanning"
56
- uses : github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag=v1.0.26
56
+ uses : github/codeql-action/upload-sarif@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33
57
57
with :
58
58
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments