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

@ -78,3 +78,4 @@ outputs:
runs:
using: 'node16'
main: '../lib/init-action.js'
post: '../lib/init-action-cleanup.js'