Skip to content

Commit 4d35d8d

Browse files
committed
CI: fix Ruby build job
1 parent 29381dc commit 4d35d8d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ruby-build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "ruby/**"
77
- .github/workflows/ruby-build.yml
8+
- .github/actions/fetch-codeql
89
- codeql-workspace.yml
910
branches:
1011
- main
@@ -13,6 +14,7 @@ on:
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

0 commit comments

Comments
 (0)