Change v3 deprecation message to warning.

This commit is contained in:
Mario Campos
2025-11-17 08:56:34 -06:00
parent c1a2b73420
commit ed3a01336f
15 changed files with 4888 additions and 4875 deletions
+1 -1
View File
@@ -1141,7 +1141,7 @@ export function checkActionVersion(
">=3.20",
))
) {
core.error(
core.warning(
"CodeQL Action v3 will be deprecated in December 2026. " +
"Please update all occurrences of the CodeQL Action in your workflow files to v4. " +
"For more information, see " +