Skip to content

Commit eb90c18

Browse files
committed
Update version constants
1 parent b419190 commit eb90c18

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/codeql.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
@@ -290,17 +290,17 @@ const CODEQL_MINIMUM_VERSION = "2.16.6";
290290
/**
291291
* This version will shortly become the oldest version of CodeQL that the Action will run with.
292292
*/
293-
const CODEQL_NEXT_MINIMUM_VERSION = "2.16.6";
293+
const CODEQL_NEXT_MINIMUM_VERSION = "2.17.6";
294294

295295
/**
296296
* This is the version of GHES that was most recently deprecated.
297297
*/
298-
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.12";
298+
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.13";
299299

300300
/**
301301
* This is the deprecation date for the version of GHES that was most recently deprecated.
302302
*/
303-
const GHES_MOST_RECENT_DEPRECATION_DATE = "2025-04-03";
303+
const GHES_MOST_RECENT_DEPRECATION_DATE = "2025-06-19";
304304

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

0 commit comments

Comments
 (0)