Skip to content

Commit 1569f4c

Browse files
committed
Disable diff-informed queries in code scanning config tests
1 parent 62fbeb6 commit 1569f4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codescanning-config-cli.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
name: Code-Scanning config CLI tests
44
env:
55
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
69

710
on:
811
push:

0 commit comments

Comments
 (0)