diff --git a/.github/workflows/ruby-build.yml b/.github/workflows/ruby-build.yml index c3fe7fa407b0..1c0092b2907e 100644 --- a/.github/workflows/ruby-build.yml +++ b/.github/workflows/ruby-build.yml @@ -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 @@ -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