You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return`Your project dependency ${name} (${currentVersion}) is in end-of-life. Consider upgrading using GitHub Copilot for better security and performance.`;
10
+
}
11
+
caseUpgradeReason.CVE: {
12
+
return`Your project dependency ${name} (${currentVersion}) has CVE. Consider upgrading using GitHub Copilot for better security.`;
13
+
}
14
+
caseUpgradeReason.ENGINE_TOO_OLD: {
15
+
return`Your project Java version (${currentVersion}) is too old. Consider upgrading using GitHub Copilot for better performance and features.`;
0 commit comments