We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c664b32 commit e2f6c03Copy full SHA for e2f6c03
scripts/publish-extractor-pack.sh
@@ -10,7 +10,7 @@ LATEST_RELEASE=$(gh release list | head -n 1 | awk '{print $1}' | sed 's/v//')
10
11
if which codeql >/dev/null; then
12
CODEQL_BINARY="codeql"
13
-elif gh codeql >/dev/null; then
+elif gh codeql version >/dev/null 2>&1; then
14
CODEQL_BINARY="gh codeql"
15
else
16
gh extension install github/gh-codeql
0 commit comments