Skip to content

Commit 37ae669

Browse files
committed
Update deprecation date
1 parent 1023397 commit 37ae669

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7-
- _Upcoming breaking change_: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 25 June 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://github.com/github/codeql-action/pull/3956)
7+
- _Upcoming breaking change_: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://github.com/github/codeql-action/pull/3956)
88

99
## 4.36.2 - 04 Jun 2026
1010

lib/entry-points.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/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.16";
282282
/**
283283
* This is the deprecation date for the version of GHES that was most recently deprecated.
284284
*/
285-
const GHES_MOST_RECENT_DEPRECATION_DATE = "2026-06-25";
285+
const GHES_MOST_RECENT_DEPRECATION_DATE = "2026-07-01";
286286

287287
/** The CLI verbosity level to use for extraction in debug mode. */
288288
const EXTRACTION_DEBUG_MODE_VERBOSITY = "progress++";

0 commit comments

Comments
 (0)