Skip to content

Commit a506145

Browse files
committed
Add StartProxy to ActionName enum
1 parent 80cb6b5 commit a506145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/status-report.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ import {
3636
} from "./util";
3737

3838
export enum ActionName {
39-
Autobuild = "autobuild",
4039
Analyze = "finish",
40+
Autobuild = "autobuild",
4141
Init = "init",
4242
InitPost = "init-post",
4343
ResolveEnvironment = "resolve-environment",
44+
StartProxy = "start-proxy",
4445
UploadSarif = "upload-sarif",
4546
}
4647

0 commit comments

Comments
 (0)