Fix typos in Action config files
This commit is contained in:
parent
85ea24bd20
commit
512c07d9a3
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ inputs:
|
||||||
description: The number of threads to be used by CodeQL.
|
description: The number of threads to be used by CodeQL.
|
||||||
required: false
|
required: false
|
||||||
checkout_path:
|
checkout_path:
|
||||||
description: "The path at which the analyzed repository was checked out. Used to relativeize any absolute paths in the uploaded SARIF file."
|
description: "The path at which the analyzed repository was checked out. Used to relativize any absolute paths in the uploaded SARIF file."
|
||||||
required: false
|
required: false
|
||||||
default: ${{ github.workspace }}
|
default: ${{ github.workspace }}
|
||||||
token:
|
token:
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: '../results'
|
default: '../results'
|
||||||
checkout_path:
|
checkout_path:
|
||||||
description: "The path at which the analyzed repository was checked out. Used to relativeize any absolute paths in the uploaded SARIF file."
|
description: "The path at which the analyzed repository was checked out. Used to relativize any absolute paths in the uploaded SARIF file."
|
||||||
required: false
|
required: false
|
||||||
default: ${{ github.workspace }}
|
default: ${{ github.workspace }}
|
||||||
token:
|
token:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue