Skip to content

Commit 68ec727

Browse files
committed
Update constants
1 parent cb4720a commit 68ec727

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/entry-points.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,17 +272,17 @@ const CODEQL_MINIMUM_VERSION = "2.19.4";
272272
/**
273273
* This version will shortly become the oldest version of CodeQL that the Action will run with.
274274
*/
275-
const CODEQL_NEXT_MINIMUM_VERSION = "2.19.4";
275+
const CODEQL_NEXT_MINIMUM_VERSION = "2.20.7";
276276

277277
/**
278278
* This is the version of GHES that was most recently deprecated.
279279
*/
280-
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.15";
280+
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.16";
281281

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-04-09";
285+
const GHES_MOST_RECENT_DEPRECATION_DATE = "2026-06-25";
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)