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

2
lib/util.test.js generated
View file

@ -280,7 +280,7 @@ for (const [version, githubVersion, shouldReportError,] of CHECK_ACTION_VERSION_
.resolves(githubVersion);
await util.checkActionVersion(version);
if (shouldReportError) {
t.true(errorSpy.calledOnceWithExactly(sinon.match("This version of the CodeQL Action was discontinued on January 18th, 2023")));
t.true(errorSpy.calledOnceWithExactly(sinon.match("This version of the CodeQL Action was deprecated on January 18th, 2023")));
}
else {
t.false(errorSpy.called);