Remove the lua tracer feature flag check from the codeql-action.
Always defer to the CLI on the Lua tracer state from now on.
This commit is contained in:
parent
9ba4d500aa
commit
3038e979a8
18 changed files with 43 additions and 415 deletions
1
lib/feature-flags.js
generated
1
lib/feature-flags.js
generated
|
|
@ -25,7 +25,6 @@ const util = __importStar(require("./util"));
|
|||
var FeatureFlag;
|
||||
(function (FeatureFlag) {
|
||||
FeatureFlag["BypassToolcacheEnabled"] = "bypass_toolcache_enabled";
|
||||
FeatureFlag["LuaTracerConfigEnabled"] = "lua_tracer_config_enabled";
|
||||
FeatureFlag["MlPoweredQueriesEnabled"] = "ml_powered_queries_enabled";
|
||||
FeatureFlag["TrapCachingEnabled"] = "trap_caching_enabled";
|
||||
FeatureFlag["GolangExtractionReconciliationEnabled"] = "golang_extraction_reconciliation_enabled";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue