We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3ad1d6 + ba3381f commit 2df512fCopy full SHA for 2df512f
.github/workflows/main.yml
@@ -72,6 +72,7 @@ jobs:
72
mkdir codeql-home
73
curl -L --silent https://github.com/github/codeql-cli-binaries/releases/latest/download/codeql.zip -o codeql-home/codeql.zip
74
unzip -q -o codeql-home/codeql.zip -d codeql-home
75
+ unzip -q -o codeql-home/codeql.zip codeql/codeql.exe -d codeql-home
76
rm codeql-home/codeql.zip
77
shell: bash
78
0 commit comments