Disable diff-informed queries in code scanning config tests

This commit is contained in:
Henry Mercer 2025-05-01 12:14:34 +01:00
parent 62fbeb66b3
commit 1569f4c145

View file

@ -3,6 +3,9 @@
name: Code-Scanning config CLI tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Diff informed queries add an additional query filter which is not yet
# taken into account by these tests.
CODEQL_ACTION_DIFF_INFORMED_QUERIES: false
on:
push: