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