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 55 paths :
66 - " ruby/**"
77 - .github/workflows/ruby-build.yml
8+ - .github/actions/fetch-codeql
89 - codeql-workspace.yml
910 branches :
1011 - main
1314 paths :
1415 - " ruby/**"
1516 - .github/workflows/ruby-build.yml
17+ - .github/actions/fetch-codeql
1618 - codeql-workspace.yml
1719 branches :
1820 - main
@@ -174,12 +176,14 @@ jobs:
174176 runs-on : ${{ matrix.os }}
175177 needs : [package]
176178 steps :
179+ - uses : actions/checkout@v3
180+ - name : Fetch CodeQL
181+ uses : ./.github/actions/fetch-codeql
182+
177183 - uses : actions/checkout@v3
178184 with :
179185 repository : Shopify/example-ruby-app
180186 ref : 67a0decc5eb550f3a9228eda53925c3afd40dfe9
181- - name : Fetch CodeQL
182- uses : ./.github/actions/fetch-codeql
183187
184188 - name : Download Ruby bundle
185189 uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments