Merge branch 'main' into henrymercer/delete-runner-part-2

This commit is contained in:
Henry Mercer
2022-11-15 19:35:30 +00:00
70 changed files with 743 additions and 4870 deletions

View File

@@ -117,12 +117,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);
}
/**