Start waiting for processing by default.
This commit is contained in:
parent
6ad00fd084
commit
b661ef1697
3 changed files with 3 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ inputs:
|
|||
wait-for-processing:
|
||||
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
|
||||
required: true
|
||||
default: "false"
|
||||
default: "true"
|
||||
token:
|
||||
default: ${{ github.token }}
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue