fix undeclared action inputs

This commit is contained in:
Robert Brignull 2020-07-16 14:54:15 +01:00
parent b673c57b89
commit c7c1aa8045
2 changed files with 44 additions and 2 deletions

View file

@ -20,6 +20,10 @@ inputs:
description: The number of threads to be used by CodeQL.
required: false
default: "1"
checkout_path:
description: "The path at which the analyzed repository was checked out. Used to relativeize any absolute paths in the uploaded SARIF file."
required: false
default: ${{ github.workspace }}
token:
default: ${{ github.token }}
matrix: