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 @@ -32,12 +32,12 @@ jobs:
32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
persist-credentials : false
38
38
39
39
- name : " Run analysis"
40
- uses : ossf/scorecard-action@2 .3.1
40
+ uses : ossf/scorecard-action@v2 .3.1
41
41
with :
42
42
results_file : results.sarif
43
43
results_format : sarif
@@ -59,14 +59,14 @@ jobs:
59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@3
62
+ uses : actions/upload-artifact@v3
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
66
66
retention-days : 5
67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@3 .24.10
70
+ uses : github/codeql-action/upload-sarif@v3 .24.10
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments