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

1
lib/init-action.js generated
View file

@ -100,6 +100,7 @@ async function run() {
return;
}
await sendSuccessStatusReport(startedAt, config);
core.setOutput("codeql-path", config.codeQLCmd);
}
run().catch((e) => {
core.setFailed(`init action failed: ${e}`);