File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
- name : Install tools
43
43
run : brew install actionlint shellcheck zizmor
44
44
45
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46
46
with :
47
47
persist-credentials : false
48
48
92
92
path : results.sarif
93
93
94
94
- name : Upload SARIF file
95
- uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
95
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
96
96
with :
97
97
sarif_file : results.sarif
98
98
category : zizmor
Original file line number Diff line number Diff line change 76
76
uses : Homebrew/actions/setup-homebrew@main
77
77
78
78
- name : Clone source repository
79
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
80
80
with :
81
81
persist-credentials : false
82
82
91
91
HOMEBREW_DEVELOPER : 1
92
92
93
93
- name : Clone target repository
94
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
94
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
95
95
with :
96
96
repository : ${{ matrix.repo }}
97
97
path : target/${{ matrix.repo }}
@@ -114,7 +114,7 @@ jobs:
114
114
run : cp /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/.ruby-version .
115
115
116
116
- name : Install Ruby
117
- uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
117
+ uses : ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255 .0
118
118
with :
119
119
bundler-cache : true
120
120
You can’t perform that action at this time.
0 commit comments