mirror of
https://github.com/github/codeql-action.git
synced 2026-04-28 18:08:53 +00:00
Simplify warning language to not enumerate deprecated versions.
This commit is contained in:
+1
-1
@@ -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.",
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user