зеркало из https://github.com/github/codeql.git
CI: fix Ruby build job
This commit is contained in:
Родитель
29381dc264
Коммит
4d35d8da48
|
@ -5,6 +5,7 @@ on:
|
|||
paths:
|
||||
- "ruby/**"
|
||||
- .github/workflows/ruby-build.yml
|
||||
- .github/actions/fetch-codeql
|
||||
- codeql-workspace.yml
|
||||
branches:
|
||||
- main
|
||||
|
@ -13,6 +14,7 @@ on:
|
|||
paths:
|
||||
- "ruby/**"
|
||||
- .github/workflows/ruby-build.yml
|
||||
- .github/actions/fetch-codeql
|
||||
- codeql-workspace.yml
|
||||
branches:
|
||||
- main
|
||||
|
@ -174,12 +176,14 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
needs: [package]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Fetch CodeQL
|
||||
uses: ./.github/actions/fetch-codeql
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Shopify/example-ruby-app
|
||||
ref: 67a0decc5eb550f3a9228eda53925c3afd40dfe9
|
||||
- name: Fetch CodeQL
|
||||
uses: ./.github/actions/fetch-codeql
|
||||
|
||||
- name: Download Ruby bundle
|
||||
uses: actions/download-artifact@v3
|
||||
|
|
Загрузка…
Ссылка в новой задаче