mirror of
https://github.com/github/codeql-action.git
synced 2026-05-04 21:00:09 +00:00
Revert "DO NOT MERGE: test enabling cpp_dependency_installation_enabled"
This reverts commit d3b21d60fd.
This commit is contained in:
Generated
+1
-1
@@ -82,7 +82,7 @@ exports.featureConfig = {
|
||||
[Feature.CppDependencyInstallation]: {
|
||||
envVar: "CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES",
|
||||
minimumVersion: "2.15.0",
|
||||
defaultValue: true,
|
||||
defaultValue: false,
|
||||
},
|
||||
[Feature.DisableKotlinAnalysisEnabled]: {
|
||||
envVar: "CODEQL_DISABLE_KOTLIN_ANALYSIS",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -84,7 +84,7 @@ export const featureConfig: Record<
|
||||
[Feature.CppDependencyInstallation]: {
|
||||
envVar: "CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES",
|
||||
minimumVersion: "2.15.0",
|
||||
defaultValue: true,
|
||||
defaultValue: false,
|
||||
},
|
||||
[Feature.DisableKotlinAnalysisEnabled]: {
|
||||
envVar: "CODEQL_DISABLE_KOTLIN_ANALYSIS",
|
||||
|
||||
Reference in New Issue
Block a user