mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 08:20:06 +00:00
test
This commit is contained in:
Generated
+2
-2
@@ -90963,14 +90963,14 @@ ${output}`
|
||||
return JSON.parse(extractorPath);
|
||||
},
|
||||
async resolveQueriesStartingPacks(queries) {
|
||||
const xcodeqlArgs = [
|
||||
const zcodeqlArgs = [
|
||||
"resolve",
|
||||
"queries",
|
||||
"--format=startingpacks",
|
||||
...getExtraOptionsFromEnv(["resolve", "queries"]),
|
||||
...queries
|
||||
];
|
||||
const output = await runCli(cmd, xcodeqlArgs, { noStreamStdout: true });
|
||||
const output = await runCli(cmd, zcodeqlArgs, { noStreamStdout: true });
|
||||
try {
|
||||
return JSON.parse(output);
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user