Skip to content

Commit e1935fa

Browse files
committed
Print CodeQL version for debugging purposes
1 parent 14291c8 commit e1935fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-query-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
env:
3737
LANGUAGE: ${{ matrix.language }}
3838
run: |
39+
codeql version
3940
find $LANGUAGE \( -name \*.ql -or -name \*.qll \) -print0 | xargs -0 --max-procs "$XARGS_MAX_PROCS" codeql query format --in-place
4041
4142
git diff

0 commit comments

Comments
 (0)