Skip to content

Commit 302fc5e

Browse files
committed
Update docs
1 parent 80220dc commit 302fc5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup-codeql/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ inputs:
2020
the CodeQL tools.
2121
required: false
2222
token:
23-
description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input.
23+
description: GitHub token to use for authenticating with this instance of GitHub.
2424
default: ${{ github.token }}
2525
required: false
2626
matrix:
2727
default: ${{ toJson(matrix) }}
2828
required: false
2929
external-repository-token:
30-
description: A token for fetching external config files and queries if they reside in a private repository in the same GitHub instance that is running this action.
30+
description: A token for fetching additional files from private repositories in the same GitHub instance that is running this action.
3131
required: false
3232
outputs:
3333
codeql-path:
34-
description: The path of the CodeQL binary used for analysis
34+
description: The path of the CodeQL binary that was installed.
3535
codeql-version:
36-
description: The version of the CodeQL binary used for analysis
36+
description: The version of the CodeQL binary that was installed.
3737
runs:
3838
using: node24
3939
main: '../lib/setup-codeql-action.js'

0 commit comments

Comments
 (0)