Restore use of sinon.match().

This commit is contained in:
Mario Campos
2025-11-04 11:11:08 -06:00
parent f1ca6a4f47
commit 08dc635f27

View File

@@ -488,7 +488,9 @@ for (const [
if (shouldReportError) {
t.true(
warningSpy.calledOnceWithExactly(
"CodeQL Action major versions v1, v2, and v3 have either been deprecated or will soon be deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/",
sinon.match(
"CodeQL Action major versions v1, v2, and v3 have either been deprecated or will soon be deprecated.",
),
),
);
} else {