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 46ee84d commit 15f5ad9Copy full SHA for 15f5ad9
.github/workflows/build.yml
@@ -42,6 +42,7 @@ jobs:
42
env:
43
GITHUB_TOKEN: ${{ github.token }}
44
run: |
45
+ gh repo clone github/codeql # to make stubs available for tests
46
codeql pack download "codeql/${{ matrix.language }}-queries"
47
codeql pack install "${{ matrix.language }}/lib"
48
codeql pack install "${{ matrix.language }}/src"
0 commit comments