We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fbeb6 commit 1569f4cCopy full SHA for 1569f4c
.github/workflows/codescanning-config-cli.yml
@@ -3,6 +3,9 @@
3
name: Code-Scanning config CLI tests
4
env:
5
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6
+ # Diff informed queries add an additional query filter which is not yet
7
+ # taken into account by these tests.
8
+ CODEQL_ACTION_DIFF_INFORMED_QUERIES: false
9
10
on:
11
push:
0 commit comments