Update search path in resolve languages
This commit is contained in:
parent
1676468622
commit
6a73972d77
3 changed files with 5 additions and 1 deletions
2
lib/codeql.js
generated
2
lib/codeql.js
generated
|
|
@ -400,6 +400,8 @@ async function getCodeQLForCmd(cmd, checkVersion) {
|
|||
"--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);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue