diff --git a/.github/actions/check-codescanning-config/action.yml b/.github/actions/check-codescanning-config/action.yml index 4576a451a..02306e060 100644 --- a/.github/actions/check-codescanning-config/action.yml +++ b/.github/actions/check-codescanning-config/action.yml @@ -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 diff --git a/.github/actions/query-filter-test/action.yml b/.github/actions/query-filter-test/action.yml index 66d3d900a..9e354fbd4 100644 --- a/.github/actions/query-filter-test/action.yml +++ b/.github/actions/query-filter-test/action.yml @@ -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 diff --git a/init/action.yml b/init/action.yml index c57a8f875..7124bb905 100644 --- a/init/action.yml +++ b/init/action.yml @@ -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: >-