Always wait for processing when uploading a failed SARIF file

This commit is contained in:
Henry Mercer 2022-11-29 16:27:04 +00:00
parent e628ee0ae1
commit 00a3c456fb
7 changed files with 10 additions and 54 deletions

View file

@ -63,7 +63,6 @@ inputs:
wait-for-processing:
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
required: true
# If changing this, make sure to update workflow.ts accordingly.
default: "true"
token:
default: ${{ github.token }}