mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
ATM: Use database analyze to check results interpretation too
This commit is contained in:
8
.github/workflows/atm-check-queries-run.yml
vendored
8
.github/workflows/atm-check-queries-run.yml
vendored
@@ -45,4 +45,10 @@ jobs:
|
||||
|
||||
- name: Run ATM query suite
|
||||
run: |
|
||||
codeql database run-queries -vv -- "${DB_PATH}" "${QUERY_PACK}/${QUERY_SUITE}"
|
||||
codeql database analyze \
|
||||
--format sarif-latest \
|
||||
--output "${RUNNER_TEMP}/sarif.json" \
|
||||
-vv \
|
||||
-- \
|
||||
"${DB_PATH}" \
|
||||
"${QUERY_PACK}/${QUERY_SUITE}"
|
||||
|
||||
Reference in New Issue
Block a user