Re-enable waiting for processing by default, using the new API semantics.

This commit is contained in:
Chris Gavin 2022-03-30 10:55:22 +01:00
parent d8576e34bf
commit 9885f86fab
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA
6 changed files with 13 additions and 26 deletions

View file

@ -29,7 +29,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"
outputs:
sarif-id:
description: The ID of the uploaded SARIF file.