File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
check-codescanning-config Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : >-
You can’t perform that action at this time.
0 commit comments