Merge branch 'master' into self-hosted
This commit is contained in:
commit
00ebedc522
9 changed files with 111 additions and 198 deletions
2
lib/setup-tracer.js
generated
2
lib/setup-tracer.js
generated
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue