Tweak wording of message

This commit is contained in:
Henry Mercer
2022-04-28 14:12:05 +01:00
parent 0256599547
commit 5227afabbe
6 changed files with 10 additions and 10 deletions

View File

@@ -731,9 +731,9 @@ export async function checkActionVersion(version: string) {
))
) {
core.warning(
"CodeQL Action version 1 will be deprecated on December 7th, 2022. Please upgrade to " +
"version 2. For more information, see " +
"https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/."
"CodeQL Action v1 will be deprecated on December 7th, 2022. Please upgrade to v2. For " +
"more information, see " +
"https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/"
);
}
}