Skip to content

Commit bb135f2

Browse files
authored
Move CLI into it's on directory
1 parent 15a4d48 commit bb135f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/query-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
file: "codeql-linux64.zip"
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Unzip CodeQL CLI
28-
run: unzip codeql-linux64.zip
28+
run: unzip -d cli codeql-linux64.zip
2929
- name: Build query list
3030
run: |
3131
python ./codeql/misc/scripts/resolve-code-scanning-query-packs.py > output.csv

0 commit comments

Comments
 (0)