Skip to content

Commit 4f59156

Browse files
committed
Improve wording on internal workflows and add clarification for tools input in the description.
1 parent eb4969f commit 4f59156

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/actions/check-codescanning-config/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ inputs:
2929
tools:
3030
required: true
3131
description: |
32-
The version of the CodeQL tools to use. This can be any of the following:
32+
The version of CodeQL passed to the `tools` input of the init action.
33+
This can be any of the following:
3334
3435
- A local path to a tarball containing the CodeQL tools, or
3536
- A URL to a GitHub release assets containing the CodeQL tools, or

.github/actions/query-filter-test/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ inputs:
2323
tools:
2424
required: true
2525
description: |
26-
The version of the CodeQL tools to use. This can be any of the following:
26+
The version of CodeQL passed to the `tools` input of the init action.
27+
This can be any of the following:
2728
2829
- A local path to a tarball containing the CodeQL tools, or
2930
- A URL to a GitHub release assets containing the CodeQL tools, or

init/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ inputs:
1212
- The URL of a CodeQL Bundle tarball GitHub release asset, or
1313
- A special value `linked` which uses the version of the CodeQL tools
1414
that the Action has been bundled with.
15+
16+
If not specified, the Action will check in several places until it finds
17+
the CodeQL tools.
1518
required: false
1619
languages:
1720
description: >-

0 commit comments

Comments
 (0)