Tweak wording of message
This commit is contained in:
parent
0256599547
commit
5227afabbe
6 changed files with 10 additions and 10 deletions
|
|
@ -429,7 +429,7 @@ for (const [
|
|||
if (shouldReportWarning) {
|
||||
t.true(
|
||||
warningSpy.calledOnceWithExactly(
|
||||
sinon.match("CodeQL Action version 1 will be deprecated")
|
||||
sinon.match("CodeQL Action v1 will be deprecated")
|
||||
)
|
||||
);
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue