Update v2 deprecation date

This commit is contained in:
Angela P Wen
2024-12-27 16:35:22 -08:00
parent 5b6e617dc0
commit a1e9f6c881
5 changed files with 5 additions and 5 deletions
Generated
+1 -1
View File
@@ -865,7 +865,7 @@ function checkActionVersion(version, githubVersion) {
githubVersion.type === GitHubVariant.GHE_DOTCOM ||
(githubVersion.type === GitHubVariant.GHES &&
semver.satisfies(semver.coerce(githubVersion.version) ?? "0.0.0", ">=3.11"))) {
core.warning("CodeQL Action v2 will be deprecated on December 5th, 2024. " +
core.warning("CodeQL Action v2 will be deprecated on January 29, 2025. " +
"Please update all occurrences of the CodeQL Action in your workflow files to v3. " +
"For more information, see " +
"https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/");
+1 -1
View File
File diff suppressed because one or more lines are too long