Skip to content

Commit 003ddae

Browse files
committed
Avoid non-determinism in PR checks due to overlay FFs
1 parent a2c3c8e commit 003ddae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ env:
66
# Diff informed queries add an additional query filter which is not yet
77
# taken into account by these tests.
88
CODEQL_ACTION_DIFF_INFORMED_QUERIES: false
9+
# Enable overlay to ensure stability around the exclude-from-incremental query filter.
10+
CODEQL_ACTION_OVERLAY_ANALYSIS: true
11+
CODEQL_ACTION_OVERLAY_ANALYSIS_JAVASCRIPT: true
912

1013
on:
1114
push:

0 commit comments

Comments
 (0)