mirror of
https://github.com/github/codeql-action.git
synced 2026-01-05 06:00:32 +08:00
Polish deprecation wording
This commit is contained in:
@@ -1047,10 +1047,10 @@ export async function getCodeQLForCmd(
|
||||
core.warning(
|
||||
`CodeQL CLI version ${await codeql.getVersion()} was deprecated on 2023-06-20 alongside ` +
|
||||
"GitHub Enterprise Server 3.5 and will not be supported by the next release of the " +
|
||||
"CodeQL Action. Please update to a newer version of the CodeQL CLI " +
|
||||
`(minimum ${CODEQL_NEXT_MINIMUM_VERSION}). For instance, if you have specified a custom ` +
|
||||
"version of the CLI using the 'tools' input to the 'init' Action, you can remove it to " +
|
||||
"use the default version.\n\n" +
|
||||
`CodeQL Action. Please update to CodeQL CLI version ${CODEQL_NEXT_MINIMUM_VERSION} or ` +
|
||||
"later. For instance, if you have specified a custom version of the CLI using the " +
|
||||
"'tools' input to the 'init' Action, you can remove this input to use the default " +
|
||||
"version.\n\n" +
|
||||
"Alternatively, if you want to continue using CodeQL CLI version " +
|
||||
`${await codeql.getVersion()}, you can replace 'github/codeql-action/*@v2' by ` +
|
||||
"'github/codeql-action/*@v2.20.4' in your code scanning workflow to ensure you continue " +
|
||||
|
||||
Reference in New Issue
Block a user