File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ export enum Feature {
49
49
CppDependencyInstallation = "cpp_dependency_installation_enabled" ,
50
50
DisableKotlinAnalysisEnabled = "disable_kotlin_analysis_enabled" ,
51
51
DisablePythonDependencyInstallationEnabled = "disable_python_dependency_installation_enabled" ,
52
- // NOTE: `python_default_is_to_skip_dependency_installation_enabled` is never actually returned by the GitHub API.
53
52
PythonDefaultIsToSkipDependencyInstallationEnabled = "python_default_is_to_skip_dependency_installation_enabled" ,
54
53
EvaluatorFineGrainedParallelismEnabled = "evaluator_fine_grained_parallelism_enabled" ,
55
54
ExportDiagnosticsEnabled = "export_diagnostics_enabled" ,
@@ -112,7 +111,7 @@ export const featureConfig: Record<
112
111
// here!
113
112
envVar : "CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION" ,
114
113
minimumVersion : "2.16.0" ,
115
- defaultValue : true ,
114
+ defaultValue : false ,
116
115
} ,
117
116
} ;
118
117
You can’t perform that action at this time.
0 commit comments