Remove bundled copy of actions extractor

This commit is contained in:
Dave Bartolomeo
2025-02-27 12:46:11 -05:00
parent 83923549f6
commit c29cab9aac
7 changed files with 1 additions and 139 deletions

View File

@@ -557,12 +557,6 @@ export async function getCodeQLForCmd(
extraArgs.push(`--trace-process-name=${processName}`);
}
if (config.languages.indexOf(Language.actions) >= 0) {
extraArgs.push("--search-path");
const extractorPath = path.resolve(__dirname, "../actions-extractor");
extraArgs.push(extractorPath);
}
const codeScanningConfigFile = await generateCodeScanningConfig(
config,
logger,