Skip to content

Commit 84a9fc4

Browse files
committed
Did create feature-flag
1 parent 1e69962 commit 84a9fc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/feature-flags.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export enum Feature {
4949
CppDependencyInstallation = "cpp_dependency_installation_enabled",
5050
DisableKotlinAnalysisEnabled = "disable_kotlin_analysis_enabled",
5151
DisablePythonDependencyInstallationEnabled = "disable_python_dependency_installation_enabled",
52-
// NOTE: `python_default_is_to_skip_dependency_installation_enabled` is never actually returned by the GitHub API.
5352
PythonDefaultIsToSkipDependencyInstallationEnabled = "python_default_is_to_skip_dependency_installation_enabled",
5453
EvaluatorFineGrainedParallelismEnabled = "evaluator_fine_grained_parallelism_enabled",
5554
ExportDiagnosticsEnabled = "export_diagnostics_enabled",
@@ -112,7 +111,7 @@ export const featureConfig: Record<
112111
// here!
113112
envVar: "CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION",
114113
minimumVersion: "2.16.0",
115-
defaultValue: true,
114+
defaultValue: false,
116115
},
117116
};
118117

0 commit comments

Comments
 (0)