Add link to new changelog post

This commit is contained in:
Henry Mercer 2023-01-18 12:42:11 +00:00
parent 60e58b4a21
commit 6dfc772b5f
7 changed files with 14 additions and 14 deletions

View file

@ -359,7 +359,7 @@ for (const [
t.true(
errorSpy.calledOnceWithExactly(
sinon.match(
"This version of the CodeQL Action was discontinued on January 18th, 2023"
"This version of the CodeQL Action was deprecated on January 18th, 2023"
)
)
);