Skip to content

Commit a7e88a4

Browse files
committed
Only enable overlay for the code scanning suite
1 parent ff84c6f commit a7e88a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ 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.
9+
# Specify overlay enablement manually to ensure stability around the exclude-from-incremental
10+
# query filter. Here we only enable for the default code scanning suite.
1011
CODEQL_ACTION_OVERLAY_ANALYSIS: true
11-
CODEQL_ACTION_OVERLAY_ANALYSIS_JAVASCRIPT: true
12+
CODEQL_ACTION_OVERLAY_ANALYSIS_JAVASCRIPT: false
13+
CODEQL_ACTION_OVERLAY_ANALYSIS_CODE_SCANNING_JAVASCRIPT: true
1214

1315
on:
1416
push:

0 commit comments

Comments
 (0)