Determine CodeQL version from feature flags on GHEC-DR

This commit is contained in:
Henry Mercer
2025-12-10 17:19:12 +00:00
parent 52f930e50a
commit 7a55ffeaf1
16 changed files with 204 additions and 200 deletions
+1 -1
View File
@@ -511,7 +511,7 @@ export async function getCodeQLSource(
// different version to save download time if the version hasn't been
// specified explicitly (in which case we always honor it).
if (
variant !== util.GitHubVariant.DOTCOM &&
variant === util.GitHubVariant.GHES &&
!forceShippedTools &&
!toolsInput
) {