Propagate features into cachePrefix function

This commit is contained in:
Michael B. Gale
2025-09-17 13:15:20 +01:00
parent 1ca20ab026
commit 2aa1f55f3d
7 changed files with 68 additions and 47 deletions
+5
View File
@@ -83876,6 +83876,11 @@ var featureConfig = {
legacyApi: true,
minimumVersion: "2.15.0"
},
["csharp_new_cache_key" /* CsharpNewCacheKey */]: {
defaultValue: false,
envVar: "CODEQL_ACTION_CSHARP_NEW_CACHE_KEY",
minimumVersion: void 0
},
["diff_informed_queries" /* DiffInformedQueries */]: {
defaultValue: true,
envVar: "CODEQL_ACTION_DIFF_INFORMED_QUERIES",