Use overlay-aware version for code scanning exclusively

This commit is contained in:
Henry Mercer
2026-05-12 15:25:40 +01:00
parent b4ea7aa65a
commit 201a96b541
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -89533,7 +89533,7 @@ async function run(startedAt) {
gitHubVersion.type,
codeQLDefaultVersionInfo,
rawLanguages,
analysisKinds.includes("code-scanning" /* CodeScanning */),
analysisKinds.length === 1 && analysisKinds[0] === "code-scanning" /* CodeScanning */,
features,
logger
);