mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 22:30:44 +00:00
Remove Go extraction reconciliation feature flag
This commit is contained in:
+1
-6
@@ -119,12 +119,7 @@ export async function runInit(
|
||||
} catch (e) {
|
||||
throw processError(e);
|
||||
}
|
||||
return await getCombinedTracerConfig(
|
||||
config,
|
||||
codeql,
|
||||
await util.isGoExtractionReconciliationEnabled(featureEnablement),
|
||||
logger
|
||||
);
|
||||
return await getCombinedTracerConfig(config, codeql, logger);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user