Add link to new changelog post
This commit is contained in:
parent
60e58b4a21
commit
6dfc772b5f
7 changed files with 14 additions and 14 deletions
2
lib/util.test.js
generated
2
lib/util.test.js
generated
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue