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 41
41
- name : Install tools
42
42
run : brew install actionlint shellcheck zizmor
43
43
44
- - uses : actions/checkout@v4
44
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
45
45
with :
46
46
persist-credentials : false
47
47
50
50
zizmor --format sarif . > results.sarif || true
51
51
52
52
- name : Upload SARIF file
53
- uses : actions/upload-artifact@v4
53
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
54
54
with :
55
55
name : results.sarif
56
56
path : results.sarif
@@ -74,13 +74,13 @@ jobs:
74
74
security-events : write
75
75
steps :
76
76
- name : Download SARIF file
77
- uses : actions/download-artifact@v4
77
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
78
78
with :
79
79
name : results.sarif
80
80
path : results.sarif
81
81
82
82
- name : Upload SARIF file
83
- uses : github/codeql-action/upload-sarif@v3
83
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
84
84
with :
85
85
sarif_file : results.sarif
86
86
category : zizmor
You can’t perform that action at this time.
0 commit comments