Report the path of CodeQL as an output

This commit is contained in:
Simon Engledew 2020-11-04 15:38:31 +00:00
parent 0ed3207eb5
commit 854109fe92
No known key found for this signature in database
GPG key ID: 84302E7B02FE8BCE
4 changed files with 7 additions and 1 deletions

View file

@ -191,6 +191,8 @@ async function run() {
return;
}
await sendSuccessStatusReport(startedAt, config);
core.setOutput("codeql-path", config.codeQLCmd);
}
run().catch((e) => {