We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff84c6f commit a7e88a4Copy full SHA for a7e88a4
.github/workflows/codescanning-config-cli.yml
@@ -6,9 +6,11 @@ env:
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
- # Enable overlay to ensure stability around the exclude-from-incremental query filter.
+ # 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.
11
CODEQL_ACTION_OVERLAY_ANALYSIS: true
- CODEQL_ACTION_OVERLAY_ANALYSIS_JAVASCRIPT: true
12
+ CODEQL_ACTION_OVERLAY_ANALYSIS_JAVASCRIPT: false
13
+ CODEQL_ACTION_OVERLAY_ANALYSIS_CODE_SCANNING_JAVASCRIPT: true
14
15
on:
16
push:
0 commit comments