mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
tests: instead of false, use old feature flag with default value of false
This commit is contained in:
@@ -344,6 +344,7 @@ export async function setupCodeQL(
|
||||
variant: util.GitHubVariant,
|
||||
defaultCliVersion: CodeQLDefaultVersionInfo,
|
||||
logger: Logger,
|
||||
features: FeatureEnablement,
|
||||
checkVersion: boolean,
|
||||
): Promise<{
|
||||
codeql: CodeQL;
|
||||
@@ -364,6 +365,7 @@ export async function setupCodeQL(
|
||||
apiDetails,
|
||||
tempDir,
|
||||
variant,
|
||||
features,
|
||||
defaultCliVersion,
|
||||
logger,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user