mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 05:00:04 +08:00
Add the bypass_toolcache_kotlin_switft_enabled flag
This commit is contained in:
@@ -18,6 +18,7 @@ export enum Feature {
|
||||
FileBaselineInformationEnabled = "file_baseline_information_enabled",
|
||||
MlPoweredQueriesEnabled = "ml_powered_queries_enabled",
|
||||
TrapCachingEnabled = "trap_caching_enabled",
|
||||
BypassToolcacheKotlinSwiftEnabled = "bypass_toolcache_kotlin_switft_enabled",
|
||||
}
|
||||
|
||||
export const featureConfig: Record<
|
||||
@@ -48,6 +49,10 @@ export const featureConfig: Record<
|
||||
envVar: "CODEQL_TRAP_CACHING",
|
||||
minimumVersion: undefined,
|
||||
},
|
||||
[Feature.BypassToolcacheKotlinSwiftEnabled]: {
|
||||
envVar: "CODEQL_BYPASS_TOOLCACHE_KOTLIN_SWIFT",
|
||||
minimumVersion: undefined,
|
||||
},
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user