We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3871a8 commit d45b9ddCopy full SHA for d45b9dd
.github/workflows/ci.yml
@@ -38,8 +38,9 @@ jobs:
38
if: steps.changes.outputs.src == 'true'
39
env:
40
GITHUB_TOKEN: ${{ github.token }}
41
+ CODEQL_CLI_VERSION: ${{ env.CODEQL_CLI_VERSION }}
42
run: |
- gh repo clone github/codeql # to make stubs available for tests
43
+ gh repo clone github/codeql -- -b codeql-cli-${CODEQL_CLI_VERSION} # to make stubs available for tests
44
codeql pack download "codeql/${{ matrix.language }}-queries"
45
codeql pack install "${{ matrix.language }}/lib"
46
codeql pack install "${{ matrix.language }}/src"
0 commit comments