Use runTool for mergeResults
This commit is contained in:
parent
6ac57535de
commit
70aa50b057
3 changed files with 3 additions and 3 deletions
|
|
@ -1113,7 +1113,7 @@ export async function getCodeQLForCmd(
|
|||
args.push("--sarif-merge-runs-from-equal-category");
|
||||
}
|
||||
|
||||
await new toolrunner.ToolRunner(cmd, args).exec();
|
||||
await runTool(cmd, args);
|
||||
},
|
||||
};
|
||||
// To ensure that status reports include the CodeQL CLI version wherever
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue