Improve wording on internal workflows and add clarification for tools input in the description.
This commit is contained in:
parent
eb4969f5e2
commit
4f59156fc8
3 changed files with 7 additions and 2 deletions
|
|
@ -29,7 +29,8 @@ inputs:
|
|||
tools:
|
||||
required: true
|
||||
description: |
|
||||
The version of the CodeQL tools to use. This can be any of the following:
|
||||
The version of CodeQL passed to the `tools` input of the init action.
|
||||
This can be any of the following:
|
||||
|
||||
- A local path to a tarball containing the CodeQL tools, or
|
||||
- A URL to a GitHub release assets containing the CodeQL tools, or
|
||||
|
|
|
|||
3
.github/actions/query-filter-test/action.yml
vendored
3
.github/actions/query-filter-test/action.yml
vendored
|
|
@ -23,7 +23,8 @@ inputs:
|
|||
tools:
|
||||
required: true
|
||||
description: |
|
||||
The version of the CodeQL tools to use. This can be any of the following:
|
||||
The version of CodeQL passed to the `tools` input of the init action.
|
||||
This can be any of the following:
|
||||
|
||||
- A local path to a tarball containing the CodeQL tools, or
|
||||
- A URL to a GitHub release assets containing the CodeQL tools, or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue