Skip to content

Commit 05dd161

Browse files
committed
ATM: Use database analyze to check results interpretation too
1 parent 7976d74 commit 05dd161

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/atm-check-queries-run.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,10 @@ jobs:
4545
4646
- name: Run ATM query suite
4747
run: |
48-
codeql database run-queries -vv -- "${DB_PATH}" "${QUERY_PACK}/${QUERY_SUITE}"
48+
codeql database analyze \
49+
--format sarif-latest \
50+
--output "${RUNNER_TEMP}/sarif.json" \
51+
-vv \
52+
-- \
53+
"${DB_PATH}" \
54+
"${QUERY_PACK}/${QUERY_SUITE}"

0 commit comments

Comments
 (0)