mirror of
https://github.com/github/codeql-action.git
synced 2025-12-29 02:30:11 +08:00
Fix the name of the disable Python dependency installation feature flag
This commit is contained in:
@@ -43,7 +43,7 @@ export enum Feature {
|
||||
ExportDiagnosticsEnabled = "export_diagnostics_enabled",
|
||||
MlPoweredQueriesEnabled = "ml_powered_queries_enabled",
|
||||
UploadFailedSarifEnabled = "upload_failed_sarif_enabled",
|
||||
DisablePythonDependencyInstallation = "disable_python_dependency_installation",
|
||||
DisablePythonDependencyInstallation = "disable_python_dependency_installation_enabled",
|
||||
}
|
||||
|
||||
export const featureConfig: Record<
|
||||
|
||||
Reference in New Issue
Block a user