We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511240b commit fa1cd01Copy full SHA for fa1cd01
.github/workflows/client-integration-tests.yml
@@ -208,7 +208,7 @@ jobs:
208
209
# Verify the binary works and reports the expected version
210
ACTUAL=$("$CODEQL_BINARY" version --format=terse 2>/dev/null)
211
- EXPECTED=$(codeql version --format=terse 2>/dev/null)
+ EXPECTED=$(gh codeql version --format=terse 2>/dev/null)
212
if [[ "$ACTUAL" != "$EXPECTED" ]]; then
213
echo "::error::Binary version mismatch: got '$ACTUAL', expected '$EXPECTED'"
214
exit 1
0 commit comments