mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 20:20:07 +08:00
Tweak wording of message
This commit is contained in:
@@ -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/"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user