Report the path of CodeQL as an output
This commit is contained in:
parent
0ed3207eb5
commit
854109fe92
4 changed files with 7 additions and 1 deletions
|
|
@ -191,6 +191,8 @@ async function run() {
|
|||
return;
|
||||
}
|
||||
await sendSuccessStatusReport(startedAt, config);
|
||||
|
||||
core.setOutput("codeql-path", config.codeQLCmd);
|
||||
}
|
||||
|
||||
run().catch((e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue