Improve wording on internal workflows and add clarification for tools input in the description.

This commit is contained in:
Fotis Koutoulakis (@NlightNFotis) 2024-05-13 10:46:04 +01:00
parent eb4969f5e2
commit 4f59156fc8
3 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -12,6 +12,9 @@ inputs:
- The URL of a CodeQL Bundle tarball GitHub release asset, or
- A special value `linked` which uses the version of the CodeQL tools
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
languages:
description: >-