Disable diff-informed queries in code scanning config tests
This commit is contained in:
parent
62fbeb66b3
commit
1569f4c145
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue