Enable zstd bundles on GHES and remove feature flag
This commit is contained in:
parent
48c3e26756
commit
33f2dc57a4
32 changed files with 82 additions and 154 deletions
|
|
@ -343,7 +343,6 @@ export async function setupCodeQL(
|
|||
tempDir: string,
|
||||
variant: util.GitHubVariant,
|
||||
defaultCliVersion: CodeQLDefaultVersionInfo,
|
||||
features: FeatureEnablement,
|
||||
logger: Logger,
|
||||
checkVersion: boolean,
|
||||
): Promise<{
|
||||
|
|
@ -366,7 +365,6 @@ export async function setupCodeQL(
|
|||
tempDir,
|
||||
variant,
|
||||
defaultCliVersion,
|
||||
features,
|
||||
logger,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue