mirror of
https://github.com/github/codeql-action.git
synced 2026-05-04 12:50:14 +00:00
C++: turn on CppDependencyInstallation by default for GitHub Enterprise Server
This commit is contained in:
Generated
+1
-1
@@ -71,7 +71,7 @@ exports.featureConfig = {
|
||||
minimumVersion: undefined,
|
||||
},
|
||||
[Feature.CppDependencyInstallation]: {
|
||||
defaultValue: false,
|
||||
defaultValue: true,
|
||||
envVar: "CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES",
|
||||
legacyApi: true,
|
||||
minimumVersion: "2.15.0",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -98,7 +98,7 @@ export const featureConfig: Record<
|
||||
minimumVersion: undefined,
|
||||
},
|
||||
[Feature.CppDependencyInstallation]: {
|
||||
defaultValue: false,
|
||||
defaultValue: true,
|
||||
envVar: "CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES",
|
||||
legacyApi: true,
|
||||
minimumVersion: "2.15.0",
|
||||
|
||||
Reference in New Issue
Block a user