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 d45b9dd commit 7ae2525Copy full SHA for 7ae2525
.github/workflows/ci.yml
@@ -41,7 +41,6 @@ jobs:
41
CODEQL_CLI_VERSION: ${{ env.CODEQL_CLI_VERSION }}
42
run: |
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"
47
codeql pack install "${{ matrix.language }}/test"
0 commit comments