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 @@ -281,17 +281,17 @@ const CODEQL_MINIMUM_VERSION = "2.12.6";
281
281
/**
282
282
* This version will shortly become the oldest version of CodeQL that the Action will run with.
283
283
*/
284
- const CODEQL_NEXT_MINIMUM_VERSION = "2.12.6 " ;
284
+ const CODEQL_NEXT_MINIMUM_VERSION = "2.13.5 " ;
285
285
286
286
/**
287
287
* This is the version of GHES that was most recently deprecated.
288
288
*/
289
- const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.8 " ;
289
+ const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.9 " ;
290
290
291
291
/**
292
292
* This is the deprecation date for the version of GHES that was most recently deprecated.
293
293
*/
294
- const GHES_MOST_RECENT_DEPRECATION_DATE = "2024-03-26 " ;
294
+ const GHES_MOST_RECENT_DEPRECATION_DATE = "2024-07-09 " ;
295
295
296
296
/** The CLI verbosity level to use for extraction in debug mode. */
297
297
const EXTRACTION_DEBUG_MODE_VERBOSITY = "progress++" ;
You can’t perform that action at this time.
0 commit comments