mirror of
https://github.com/github/codeql-action.git
synced 2026-04-28 01:48:48 +00:00
Determine CodeQL version from feature flags on GHEC-DR
This commit is contained in:
+1
-1
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user