From 302fc5e00d885cc26a37a6d8d5d44e22a2df8a36 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Thu, 16 Oct 2025 14:46:35 +0100 Subject: [PATCH] Update docs --- setup-codeql/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup-codeql/action.yml b/setup-codeql/action.yml index b6ffe7ec4..b7b52b9a3 100644 --- a/setup-codeql/action.yml +++ b/setup-codeql/action.yml @@ -20,20 +20,20 @@ inputs: the CodeQL tools. required: false token: - description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input. + description: GitHub token to use for authenticating with this instance of GitHub. default: ${{ github.token }} required: false matrix: default: ${{ toJson(matrix) }} required: false external-repository-token: - 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. + description: A token for fetching additional files from private repositories in the same GitHub instance that is running this action. required: false outputs: codeql-path: - description: The path of the CodeQL binary used for analysis + description: The path of the CodeQL binary that was installed. codeql-version: - description: The version of the CodeQL binary used for analysis + description: The version of the CodeQL binary that was installed. runs: using: node24 main: '../lib/setup-codeql-action.js'