Add AllowToolcacheInput feature

This commit is contained in:
Michael B. Gale
2025-10-10 13:27:50 +01:00
parent a8440d08d5
commit 62f0f21c3c
12 changed files with 62 additions and 1 deletions

View File

@@ -95329,6 +95329,11 @@ var semver3 = __toESM(require_semver2());
// src/feature-flags.ts
var featureConfig = {
["allow_toolcache_input" /* AllowToolcacheInput */]: {
defaultValue: false,
envVar: "CODEQL_ACTION_ALLOW_TOOLCACHE_INPUT",
minimumVersion: void 0
},
["cleanup_trap_caches" /* CleanupTrapCaches */]: {
defaultValue: false,
envVar: "CODEQL_ACTION_CLEANUP_TRAP_CACHES",