Remove C++ TRAP caching feature flag in favour of CLI v2.17.5 check.
This commit is contained in:
parent
1428e58aad
commit
c82e2452bb
6 changed files with 4 additions and 18 deletions
|
|
@ -466,7 +466,7 @@ async function run() {
|
|||
);
|
||||
} else if (
|
||||
getTrapCachingEnabled() &&
|
||||
(await features.getValue(Feature.CppTrapCachingEnabled, codeql))
|
||||
(await codeQlVersionAtLeast(codeql, "2.17.5"))
|
||||
) {
|
||||
logger.info("Enabling CodeQL C++ TRAP caching support");
|
||||
core.exportVariable(envVar, "true");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue