Use runTool for mergeResults
This commit is contained in:
parent
6ac57535de
commit
70aa50b057
3 changed files with 3 additions and 3 deletions
2
lib/codeql.js
generated
2
lib/codeql.js
generated
|
|
@ -679,7 +679,7 @@ async function getCodeQLForCmd(cmd, checkVersion) {
|
|||
if (mergeRunsFromEqualCategory) {
|
||||
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