Add workflow input to disable uploads

This commit is contained in:
Robert 2021-06-18 09:56:15 +01:00
parent 33ac512514
commit f3cd5fa001
4 changed files with 14 additions and 1 deletions

View file

@ -34,6 +34,10 @@ inputs:
category:
description: String used by Code Scanning for matching the analyses
required: false
upload-database:
description: Whether to upload the resulting CodeQL database
required: false
default: "true"
token:
default: ${{ github.token }}
matrix: