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:
|
tools:
|
||||||
required: true
|
required: true
|
||||||
description: |
|
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 local path to a tarball containing the CodeQL tools, or
|
||||||
- A URL to a GitHub release assets 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:
|
tools:
|
||||||
required: true
|
required: true
|
||||||
description: |
|
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 local path to a tarball containing the CodeQL tools, or
|
||||||
- A URL to a GitHub release assets containing the CodeQL tools, or
|
- A URL to a GitHub release assets containing the CodeQL tools, or
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,9 @@ inputs:
|
||||||
- The URL of a CodeQL Bundle tarball GitHub release asset, or
|
- The URL of a CodeQL Bundle tarball GitHub release asset, or
|
||||||
- A special value `linked` which uses the version of the CodeQL tools
|
- A special value `linked` which uses the version of the CodeQL tools
|
||||||
that the Action has been bundled with.
|
that the Action has been bundled with.
|
||||||
|
|
||||||
|
If not specified, the Action will check in several places until it finds
|
||||||
|
the CodeQL tools.
|
||||||
required: false
|
required: false
|
||||||
languages:
|
languages:
|
||||||
description: >-
|
description: >-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue