Merge branch 'master' into self-hosted

This commit is contained in:
Robert Brignull 2020-06-09 09:43:41 +01:00
commit 00ebedc522
9 changed files with 111 additions and 198 deletions

2
lib/setup-tracer.js generated
View file

@ -206,8 +206,8 @@ async function run() {
await util.reportActionFailed('init', error.message, error.stack);
return;
}
core.exportVariable(sharedEnv.CODEQL_ACTION_INIT_COMPLETED, 'true');
await util.reportActionSucceeded('init');
core.exportVariable(sharedEnv.CODEQL_ACTION_INIT_COMPLETED, 'true');
}
run().catch(e => {
core.setFailed("init action failed: " + e);