From c28d79bb2ea5a33eb5a9e5569bcc1a19947e496e Mon Sep 17 00:00:00 2001 From: Nick Fyson Date: Wed, 13 Dec 2023 18:34:34 +0000 Subject: [PATCH] Update src/codeql.ts Co-authored-by: Henry Mercer --- src/codeql.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codeql.ts b/src/codeql.ts index 05898134e..e2883f315 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -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.", );