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