Skip to content

Commit f06c933

Browse files
committed
Update soon to be deprecated CodeQL version
1 parent eda4878 commit f06c933

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
@@ -280,17 +280,17 @@ const CODEQL_MINIMUM_VERSION = "2.11.6";
280280
/**
281281
* This version will shortly become the oldest version of CodeQL that the Action will run with.
282282
*/
283-
const CODEQL_NEXT_MINIMUM_VERSION = "2.11.6";
283+
const CODEQL_NEXT_MINIMUM_VERSION = "2.12.6";
284284

285285
/**
286286
* This is the version of GHES that was most recently deprecated.
287287
*/
288-
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.7";
288+
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.8";
289289

290290
/**
291291
* This is the deprecation date for the version of GHES that was most recently deprecated.
292292
*/
293-
const GHES_MOST_RECENT_DEPRECATION_DATE = "2023-11-08";
293+
const GHES_MOST_RECENT_DEPRECATION_DATE = "2024-03-26";
294294

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

0 commit comments

Comments
 (0)