Skip to content

Commit 2bbd2f3

Browse files
committed
Fix .github/workflows/query-list.yml
1 parent 3b8eeb0 commit 2bbd2f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/query-list.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
- name: Download CodeQL CLI
3131
# Look under the `codeql` directory, as this is where we checked out the `github/codeql` repo
3232
uses: ./codeql/.github/actions/fetch-codeql
33-
- name: Unzip CodeQL CLI
34-
run: unzip -d codeql-cli codeql-linux64.zip
3533
- name: Build code scanning query list
3634
run: |
3735
python codeql/misc/scripts/generate-code-scanning-query-list.py > code-scanning-query-list.csv

0 commit comments

Comments
 (0)