Skip to content

Commit c29cab9

Browse files
author
Dave Bartolomeo
committed
Remove bundled copy of actions extractor
1 parent 8392354 commit c29cab9

File tree

7 files changed

+1
-139
lines changed

7 files changed

+1
-139
lines changed

actions-extractor/codeql-extractor.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

actions-extractor/tools/autobuild-impl.ps1

Lines changed: 0 additions & 40 deletions
This file was deleted.

actions-extractor/tools/autobuild.cmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

actions-extractor/tools/autobuild.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

lib/codeql.js

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -557,12 +557,6 @@ export async function getCodeQLForCmd(
557557
extraArgs.push(`--trace-process-name=${processName}`);
558558
}
559559

560-
if (config.languages.indexOf(Language.actions) >= 0) {
561-
extraArgs.push("--search-path");
562-
const extractorPath = path.resolve(__dirname, "../actions-extractor");
563-
extraArgs.push(extractorPath);
564-
}
565-
566560
const codeScanningConfigFile = await generateCodeScanningConfig(
567561
config,
568562
logger,

0 commit comments

Comments
 (0)