Skip to content

Commit eb4969f

Browse files
Clarify wording
Co-authored-by: Henry Mercer <[email protected]>
1 parent 6182f33 commit eb4969f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

init/action.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ author: 'GitHub'
44
inputs:
55
tools:
66
description: >-
7-
The version of the CodeQL tools to use. This can be any of the following:
8-
9-
- A local path to a tarball containing the CodeQL tools, or
10-
- A URL to a GitHub release assets containing the CodeQL tools, or
11-
- A special value `linked` which is forcing the use of the CodeQL tools
12-
that the action has been bundled with.
7+
By default, the Action will use the recommended version of the CodeQL
8+
Bundle to analyze your project. You can override this choice using this
9+
input. One of:
1310
14-
If not specified, the Action will check in several places until it finds the CodeQL tools.
11+
- A local path to a CodeQL Bundle tarball, or
12+
- The URL of a CodeQL Bundle tarball GitHub release asset, or
13+
- A special value `linked` which uses the version of the CodeQL tools
14+
that the Action has been bundled with.
1515
required: false
1616
languages:
1717
description: >-

0 commit comments

Comments
 (0)