Skip to content

Commit f67ec12

Browse files
authored
Merge pull request #3370 from github/copilot/update-overlay-git-version-check
Add git version check for overlay analysis enablement
2 parents 525b648 + 3b6fef6 commit f67ec12

22 files changed

+1270
-978
lines changed

.github/workflows/__global-proxy.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
# 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
12+
CODEQL_ACTION_OVERLAY_ANALYSIS_JAVASCRIPT: false
13+
CODEQL_ACTION_OVERLAY_ANALYSIS_CODE_SCANNING_JAVASCRIPT: true
914

1015
on:
1116
push:

0 commit comments

Comments
 (0)