Add an option to allow waiting until an analysis has been processed before finishing the Action.
This commit is contained in:
parent
2ecc17d74f
commit
316ad9d919
8 changed files with 133 additions and 8 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue