Skip to content

Commit 470c136

Browse files
committed
Update v2 deprecation date
1 parent 5b6e617 commit 470c136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For compiled languages:
6363
The following versions of the CodeQL Action are currently supported:
6464

6565
- v3 (latest)
66-
- v2 (deprecated, support will end on December 5th, 2024)
66+
- v2 (deprecated, support will end on January 29, 2025)
6767

6868
The only difference between CodeQL Action v2 and v3 is the version of Node.js on which they run. CodeQL Action v3 runs on Node 20, while CodeQL Action v2 runs on Node 16.
6969

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ export function checkActionVersion(
10981098
))
10991099
) {
11001100
core.warning(
1101-
"CodeQL Action v2 will be deprecated on December 5th, 2024. " +
1101+
"CodeQL Action v2 will be deprecated on January 29, 2025. " +
11021102
"Please update all occurrences of the CodeQL Action in your workflow files to v3. " +
11031103
"For more information, see " +
11041104
"https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/",

0 commit comments

Comments
 (0)