File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
32
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
33
with :
34
34
persist-credentials : false
35
35
@@ -56,14 +56,14 @@ jobs:
56
56
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
57
57
# format to the repository Actions tab.
58
58
- name : " Upload artifact"
59
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
59
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
60
60
with :
61
61
name : SARIF file
62
62
path : results.sarif
63
63
retention-days : 5
64
64
65
65
# Upload the results to GitHub's code scanning dashboard.
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@1a077f8f6c71a45340c26ca0b877e00459e5f443 # v2 .24.1
67
+ uses : github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0 # v3 .24.3
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments