File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
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@35d3f2d6f62ccd9c6d2a51979d4284031a600c09 # v3
84
84
with :
85
85
sarif_file : results.sarif
86
86
category : zizmor
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
contents : write
14
14
steps :
15
15
- name : Check out this repo
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
with :
18
18
fetch-depth : 0
19
19
# credentials intentionally persisted for git operations below
20
20
persist-credentials : true
21
21
22
- - uses : actions/setup-python@v5
22
+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
23
23
with :
24
24
python-version : " 3.x"
25
25
Original file line number Diff line number Diff line change 35
35
AUTO_PR_LIMIT : ${{ inputs.pr-limit }}
36
36
37
37
- name : Check out this repo
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39
39
with :
40
40
fetch-depth : 0
41
41
persist-credentials : false
50
50
51
51
- name : Cache Homebrew Bundler RubyGems
52
52
id : cache
53
- uses : actions/cache@v4
53
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
54
54
with :
55
55
path : ${{ steps.set-up-homebrew.outputs.gems-path }}
56
56
key : ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
You can’t perform that action at this time.
0 commit comments