8000 Update src/codeql.ts · github/codeql-action@c28d79b · GitHub
[go: up one dir, main page]

Skip to content

Commit c28d79b

Browse files
Update src/codeql.ts
Co-authored-by: Henry Mercer <henry.mercer@me.com>
1 parent 241e8b4 commit c28d79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ export async function getCodeQLForCmd(
11591159
"version of the CLI using the 'tools' input to the 'init' Action, you can remove this " +
11601160
"input to use the default version.\n\n" +
11611161
"Alternatively, if you want to continue using CodeQL CLI version " +
1162-
`${result.version}, you can replace 'github/codeql-action/*@v3' by ` +
1162+
`${result.version}, you can replace 'github/codeql-action/*@v2' by ` +
11631163
`'github/codeql-action/*@v${getActionVersion()}' in your code scanning workflow to ` +
11641164
"continue using this version of the CodeQL Action.",
11651165
);

0 commit comments

Comments
 (0)
0