Skip to content

Commit

Permalink
Use channel parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartol authored Sep 3, 2024
1 parent 252f554 commit 3e73f24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ruby-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:
- uses: actions/checkout@v4
- name: Fetch CodeQL
uses: ./.github/actions/fetch-codeql
with:
channel: ${{ github.event.inputs.channel }}
- name: Cache compilation cache
id: query-cache
uses: ./.github/actions/cache-query-compilation
Expand Down Expand Up @@ -213,6 +215,8 @@ jobs:
- uses: actions/checkout@v4
- name: Fetch CodeQL
uses: ./.github/actions/fetch-codeql
with:
channel: ${{ github.event.inputs.channel }}

- name: Download Ruby bundle
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 3e73f24

Please sign in to comment.