introduce inputs.threads flag to analyze action

This commit is contained in:
Alex Kalyvitis 2020-06-22 13:27:03 +02:00
parent 74f864bee1
commit d55f711b71
7 changed files with 165 additions and 13 deletions

View file

@ -4,6 +4,7 @@ author: 'GitHub'
inputs:
check_name:
description: The name of the check run to add text to.
required: false
output:
description: The path of the directory in which to save the SARIF results
required: false
@ -11,10 +12,14 @@ inputs:
upload:
description: Upload the SARIF file
required: false
default: true
default: "true"
ram:
description: Override the amount of memory in MB to be used by CodeQL. By default, almost all the memory of the machine is used.
required: false
threads:
description: The number of threads to be used by CodeQL.
required: false
default: "1"
token:
default: ${{ github.token }}
matrix: