Skip to content

Commit 09bfd56

Browse files
authored
Merge pull request #1385 from github/henrymercer/update-v1-deprecation-date
Update v1 deprecation date
2 parents def4f60 + 33b2045 commit 09bfd56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/util.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ export async function checkActionVersion(version: string) {
651651
))
652652
) {
653653
core.warning(
654-
"CodeQL Action v1 will be deprecated on December 7th, 2022. Please upgrade to v2. For " +
654+
"CodeQL Action v1 will be deprecated on January 18th, 2023. Please upgrade to v2. For " +
655655
"more information, see " +
656656
"https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/"
657657
);

0 commit comments

Comments
 (0)