fix undeclared action inputs
This commit is contained in:
parent
b673c57b89
commit
c7c1aa8045
2 changed files with 44 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue