Skip to content

Commit

Permalink
Move logs, SARIF actions uploads to post: hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela P Wen committed Jul 29, 2022
1 parent 8171514 commit 1016eba
Show file tree
Hide file tree
Showing 14 changed files with 478 additions and 210 deletions.
1 change: 1 addition & 0 deletions analyze/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ outputs:
runs:
using: "node16"
main: "../lib/analyze-action.js"
post: "../lib/analyze-action-cleanup.js"
1 change: 1 addition & 0 deletions init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ outputs:
runs:
using: 'node16'
main: '../lib/init-action.js'
post: '../lib/init-action-cleanup.js'
43 changes: 42 additions & 1 deletion lib/actions-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/actions-util.js.map

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions lib/analyze-action-cleanup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/analyze-action-cleanup.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 1 addition & 79 deletions lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1016eba

Please sign in to comment.