mirror of
https://github.com/github/codeql-action.git
synced 2026-05-12 17:00:15 +00:00
Update v2 deprecation date
This commit is contained in:
Generated
+1
-1
@@ -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
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user