We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ad1d6 commit ba3381fCopy full SHA for ba3381f
.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