mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 10:10:17 +08:00
Update src/codeql.ts
Co-authored-by: Henry Mercer <henry.mercer@me.com>
This commit is contained in:
@@ -1159,7 +1159,7 @@ export async function getCodeQLForCmd(
|
||||
"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 " +
|
||||
`${result.version}, you can replace 'github/codeql-action/*@v3' by ` +
|
||||
`${result.version}, you can replace 'github/codeql-action/*@v2' by ` +
|
||||
`'github/codeql-action/*@v${getActionVersion()}' in your code scanning workflow to ` +
|
||||
"continue using this version of the CodeQL Action.",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user