You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup-codeql/action.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,20 @@ inputs:
20
20
the CodeQL tools.
21
21
required: false
22
22
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.
24
24
default: ${{ github.token }}
25
25
required: false
26
26
matrix:
27
27
default: ${{ toJson(matrix) }}
28
28
required: false
29
29
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.
31
31
required: false
32
32
outputs:
33
33
codeql-path:
34
-
description: The path of the CodeQL binary used for analysis
34
+
description: The path of the CodeQL binary that was installed.
35
35
codeql-version:
36
-
description: The version of the CodeQL binary used for analysis
36
+
description: The version of the CodeQL binary that was installed.
0 commit comments