mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 05:00:04 +08:00
Cleanup extract to toolcache feature flag
This commit is contained in:
@@ -345,7 +345,6 @@ export async function setupCodeQL(
|
||||
variant: util.GitHubVariant,
|
||||
defaultCliVersion: CodeQLDefaultVersionInfo,
|
||||
logger: Logger,
|
||||
features: FeatureEnablement,
|
||||
checkVersion: boolean,
|
||||
): Promise<{
|
||||
codeql: CodeQL;
|
||||
@@ -366,7 +365,6 @@ export async function setupCodeQL(
|
||||
apiDetails,
|
||||
tempDir,
|
||||
variant,
|
||||
features,
|
||||
defaultCliVersion,
|
||||
logger,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user