Avoid non-determinism in PR checks due to overlay FFs

This commit is contained in:
Henry Mercer
2025-12-18 12:35:06 +00:00
parent a2c3c8e3e2
commit 003ddaeef5

View File

@@ -6,6 +6,9 @@ env:
# Diff informed queries add an additional query filter which is not yet
# taken into account by these tests.
CODEQL_ACTION_DIFF_INFORMED_QUERIES: false
# Enable overlay to ensure stability around the exclude-from-incremental query filter.
CODEQL_ACTION_OVERLAY_ANALYSIS: true
CODEQL_ACTION_OVERLAY_ANALYSIS_JAVASCRIPT: true
on:
push: