8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241e8b4 commit c28d79bCopy full SHA for c28d79b
src/codeql.ts
@@ -1159,7 +1159,7 @@ export async function getCodeQLForCmd(
1159
"version of the CLI using the 'tools' input to the 'init' Action, you can remove this " +
1160
"input to use the default version.\n\n" +
1161
"Alternatively, if you want to continue using CodeQL CLI version " +
1162
- `${result.version}, you can replace 'github/codeql-action/*@v3' by ` +
+ `${result.version}, you can replace 'github/codeql-action/*@v2' by ` +
1163
`'github/codeql-action/*@v${getActionVersion()}' in your code scanning workflow to ` +
1164
"continue using this version of the CodeQL Action.",
1165
);
0 commit comments