Simplify warning language to not enumerate deprecated versions.

This commit is contained in:
Mario Campos
2025-11-04 11:57:44 -06:00
parent b32a1e0627
commit c443dff433
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -489,7 +489,7 @@ for (const [
t.true(
warningSpy.calledOnceWithExactly(
sinon.match(
"CodeQL Action major versions v1, v2, and v3 have either been deprecated or will soon be deprecated.",
"CodeQL Action major versions below v4 have either been deprecated or will soon be deprecated.",
),
),
);