Move logs, SARIF actions uploads to post: hooks

This commit is contained in:
Angela P Wen 2022-07-29 11:29:39 +02:00
parent 8171514c02
commit 1016eba538
14 changed files with 478 additions and 210 deletions

View file

@ -74,3 +74,4 @@ outputs:
runs:
using: "node16"
main: "../lib/analyze-action.js"
post: "../lib/analyze-action-cleanup.js"