Use zstd bundle by default when feature flag enabled
This commit is contained in:
parent
e7309d2b5c
commit
ac3fca3e9f
24 changed files with 116 additions and 45 deletions
|
|
@ -351,6 +351,7 @@ export async function setupCodeQL(
|
|||
tempDir: string,
|
||||
variant: util.GitHubVariant,
|
||||
defaultCliVersion: CodeQLDefaultVersionInfo,
|
||||
features: FeatureEnablement,
|
||||
logger: Logger,
|
||||
checkVersion: boolean,
|
||||
): Promise<{
|
||||
|
|
@ -371,6 +372,7 @@ export async function setupCodeQL(
|
|||
tempDir,
|
||||
variant,
|
||||
defaultCliVersion,
|
||||
features,
|
||||
logger,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue