mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 08:10:06 +08:00
C++: Set minimum version for CppTrapCachingEnabled FF.
This commit is contained in:
committed by
GitHub
parent
a246aaa40c
commit
d0c5ea08fd
2
lib/feature-flags.js
generated
2
lib/feature-flags.js
generated
@@ -65,7 +65,7 @@ exports.featureConfig = {
|
||||
},
|
||||
[Feature.CppTrapCachingEnabled]: {
|
||||
envVar: "CODEQL_CPP_TRAP_CACHING",
|
||||
minimumVersion: undefined,
|
||||
minimumVersion: "2.16.1",
|
||||
defaultValue: false,
|
||||
},
|
||||
[Feature.DisableKotlinAnalysisEnabled]: {
|
||||
|
||||
Reference in New Issue
Block a user