mirror of
https://github.com/github/codeql-action.git
synced 2026-04-17 12:33:16 +00:00
Update search path in resolve languages
This commit is contained in:
@@ -748,6 +748,8 @@ export async function getCodeQLForCmd(
|
||||
"--format=betterjson",
|
||||
"--extractor-options-verbosity=4",
|
||||
"--extractor-include-aliases",
|
||||
"--search-path",
|
||||
path.resolve(__dirname, "../actions-extractor"),
|
||||
...getExtraOptionsFromEnv(["resolve", "languages"]),
|
||||
];
|
||||
const output = await runCli(cmd, codeqlArgs);
|
||||
|
||||
Reference in New Issue
Block a user