File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 5
5
paths :
6
6
- " ruby/**"
7
7
- .github/workflows/ruby-build.yml
8
+ - .github/actions/fetch-codeql
8
9
- codeql-workspace.yml
9
10
branches :
10
11
- main
13
14
paths :
14
15
- " ruby/**"
15
16
- .github/workflows/ruby-build.yml
17
+ - .github/actions/fetch-codeql
16
18
- codeql-workspace.yml
17
19
branches :
18
20
- main
@@ -174,12 +176,14 @@ jobs:
174
176
runs-on : ${{ matrix.os }}
175
177
needs : [package]
176
178
steps :
179
+ - uses : actions/checkout@v3
180
+ - name : Fetch CodeQL
181
+ uses : ./.github/actions/fetch-codeql
182
+
177
183
- uses : actions/checkout@v3
178
184
with :
179
185
repository : Shopify/example-ruby-app
180
186
ref : 67a0decc5eb550f3a9228eda53925c3afd40dfe9
181
- - name : Fetch CodeQL
182
- uses : ./.github/actions/fetch-codeql
183
187
184
188
- name : Download Ruby bundle
185
189
uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments