Applies recomendation in upload-sarif/action.yml
This commit is contained in:
parent
0dd4dbf9d9
commit
5916f9896d
1 changed files with 2 additions and 2 deletions
|
|
@ -14,10 +14,10 @@ inputs:
|
|||
required: false
|
||||
default: ${{ github.workspace }}
|
||||
ref:
|
||||
description: "The ref where results will be uploaded. If not provided, the Action will use the GITHUB_REF environment variable."
|
||||
description: "The ref where results will be uploaded. If not provided, the Action will use the GITHUB_REF environment variable. If provided, the sha input must be provided as well."
|
||||
required: false
|
||||
sha:
|
||||
description: "The hash of the HEAD of the ref where results will be uploaded. If not provided, the Action will use the GITHUB_SHA environment variable."
|
||||
description: "The sha of the HEAD of the ref where results will be uploaded. If not provided, the Action will use the GITHUB_SHA environment variable. If provided, the ref input must be provided as well."
|
||||
required: false
|
||||
token:
|
||||
default: ${{ github.token }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue