File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ author: 'GitHub'
44inputs :
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 : >-
You can’t perform that action at this time.
0 commit comments