mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 04:00:24 +08:00
C++: turn on CppDependencyInstallation by default for GitHub Enterprise Server
This commit is contained in:
2
lib/feature-flags.js
generated
2
lib/feature-flags.js
generated
@@ -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
Reference in New Issue
Block a user