Skip to content

Commit fa1cd01

Browse files
committed
Fix attempt 2 for codeql-path-tests job
1 parent 511240b commit fa1cd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/client-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
209209
# Verify the binary works and reports the expected version
210210
ACTUAL=$("$CODEQL_BINARY" version --format=terse 2>/dev/null)
211-
EXPECTED=$(codeql version --format=terse 2>/dev/null)
211+
EXPECTED=$(gh codeql version --format=terse 2>/dev/null)
212212
if [[ "$ACTUAL" != "$EXPECTED" ]]; then
213213
echo "::error::Binary version mismatch: got '$ACTUAL', expected '$EXPECTED'"
214214
exit 1

0 commit comments

Comments
 (0)