File tree 3 files changed +7
-2
lines changed
check-codescanning-config
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ inputs:
29
29
tools :
30
30
required : true
31
31
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:
33
34
34
35
- A local path to a tarball containing the CodeQL tools, or
35
36
- A URL to a GitHub release assets containing the CodeQL tools, or
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ inputs:
23
23
tools :
24
24
required : true
25
25
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:
27
28
28
29
- A local path to a tarball containing the CodeQL tools, or
29
30
- A URL to a GitHub release assets containing the CodeQL tools, or
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ inputs:
12
12
- The URL of a CodeQL Bundle tarball GitHub release asset, or
13
13
- A special value `linked` which uses the version of the CodeQL tools
14
14
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.
15
18
required : false
16
19
languages :
17
20
description : >-
You can’t perform that action at this time.
0 commit comments