Fix .github/workflows/query-list.yml

This commit is contained in:
Arthur Baars
2022-08-01 12:26:03 +02:00
parent 3b8eeb09bf
commit 2bbd2f36c9

View File

@@ -30,8 +30,6 @@ jobs:
- name: Download CodeQL CLI
# Look under the `codeql` directory, as this is where we checked out the `github/codeql` repo
uses: ./codeql/.github/actions/fetch-codeql
- name: Unzip CodeQL CLI
run: unzip -d codeql-cli codeql-linux64.zip
- name: Build code scanning query list
run: |
python codeql/misc/scripts/generate-code-scanning-query-list.py > code-scanning-query-list.csv