File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -290,17 +290,17 @@ const CODEQL_MINIMUM_VERSION = "2.16.6";
290
290
/**
291
291
* This version will shortly become the oldest version of CodeQL that the Action will run with.
292
292
*/
293
- const CODEQL_NEXT_MINIMUM_VERSION = "2.16 .6" ;
293
+ const CODEQL_NEXT_MINIMUM_VERSION = "2.17 .6" ;
294
294
295
295
/**
296
296
* This is the version of GHES that was most recently deprecated.
297
297
*/
298
- const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.12 " ;
298
+ const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.13 " ;
299
299
300
300
/**
301
301
* This is the deprecation date for the version of GHES that was most recently deprecated.
302
302
*/
303
- const GHES_MOST_RECENT_DEPRECATION_DATE = "2025-04-03 " ;
303
+ const GHES_MOST_RECENT_DEPRECATION_DATE = "2025-06-19 " ;
304
304
305
305
/** The CLI verbosity level to use for extraction in debug mode. */
306
306
const EXTRACTION_DEBUG_MODE_VERBOSITY = "progress++" ;
You can’t perform that action at this time.
0 commit comments