8000 Send init status report on failure as well · github/codeql-action@4fa58ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fa58ed

Browse files
committed
Send init status report on failure as well
1 parent 7c4b093 commit 4fa58ed

File tree

4 files changed

+43
-35
lines changed

4 files changed

+43
-35
lines changed

lib/init-action.js

Lines changed: 13 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/actions-util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ type ActionName =
303303
| "finish"
304304
| "upload-sarif"
305305
| "init-post";
306-
type ActionStatus =
306+
export type ActionStatus =
307307
| "starting"
308308
| "aborted"
309309
| "success"

0 commit comments

Comments
 (0)
0