Add an option to allow waiting until an analysis has been processed before finishing the Action.

This commit is contained in:
Chris Gavin 2021-10-18 11:43:30 +01:00
parent 2ecc17d74f
commit 316ad9d919
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA
8 changed files with 133 additions and 8 deletions

View file

@ -52,6 +52,9 @@ inputs:
description: Whether to upload the resulting CodeQL database
required: false
default: "true"
wait-for-processing:
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
required: false
token:
default: ${{ github.token }}
matrix: