Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f216681

Browse filesBrowse files
committed
Announce deprecation of CodeQL v2.13.4 and earlier
1 parent e6663d9 commit f216681
Copy full SHA for f216681

2 files changed

+6-6Lines changed: 6 additions & 6 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎lib/codeql.js‎

Copy file name to clipboardExpand all lines: lib/codeql.js
+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎src/codeql.ts‎

Copy file name to clipboardExpand all lines: src/codeql.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,17 +281,17 @@ const CODEQL_MINIMUM_VERSION = "2.12.6";
281281
/**
282282
* This version will shortly become the oldest version of CodeQL that the Action will run with.
283283
*/
284-
const CODEQL_NEXT_MINIMUM_VERSION = "2.12.6";
284+
const CODEQL_NEXT_MINIMUM_VERSION = "2.13.5";
285285

286286
/**
287287
* This is the version of GHES that was most recently deprecated.
288288
*/
289-
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.8";
289+
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.9";
290290

291291
/**
292292
* This is the deprecation date for the version of GHES that was most recently deprecated.
293293
*/
294-
const GHES_MOST_RECENT_DEPRECATION_DATE = "2024-03-26";
294+
const GHES_MOST_RECENT_DEPRECATION_DATE = "2024-07-09";
295295

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.