Do not add `actions` extractor to search path for `resolve languages`
This could cause an error with older CLI versions because the extractor uses a new property in its `codeql-extractor.yml`.
This commit is contained in:
Родитель
4b58c1e3ee
Коммит
0f71e87464
|
@ -400,8 +400,6 @@ 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);
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -748,8 +748,6 @@ 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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче