File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ author: 'GitHub'
4
4
inputs :
5
5
tools :
6
6
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:
13
10
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.
15
15
required : false
16
16
languages :
17
17
description : >-
You can’t perform that action at this time.
0 commit comments