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 3b8eeb0 commit 2bbd2f3Copy full SHA for 2bbd2f3
.github/workflows/query-list.yml
@@ -30,8 +30,6 @@ jobs:
30
- name: Download CodeQL CLI
31
# Look under the `codeql` directory, as this is where we checked out the `github/codeql` repo
32
uses: ./codeql/.github/actions/fetch-codeql
33
- - name: Unzip CodeQL CLI
34
- run: unzip -d codeql-cli codeql-linux64.zip
35
- name: Build code scanning query list
36
run: |
37
python codeql/misc/scripts/generate-code-scanning-query-list.py > code-scanning-query-list.csv
0 commit comments