Skip to content

Commit 779838b

Browse files
committed
Prepare for CodeQL v2.10.* deprecation
Warn users of CodeQL v2.11.5 and earlier that the next minor release of the CodeQL Action will require CodeQL v2.11.6 or later.
1 parent ab6dd28 commit 779838b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/codeql.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -298,17 +298,17 @@ const CODEQL_MINIMUM_VERSION = "2.10.5";
298298
/**
299299
* This version will shortly become the oldest version of CodeQL that the Action will run with.
300300
*/
301-
const CODEQL_NEXT_MINIMUM_VERSION = "2.10.5";
301+
const CODEQL_NEXT_MINIMUM_VERSION = "2.11.6";
302302

303303
/**
304304
* This is the version of GHES that was most recently deprecated.
305305
*/
306-
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.6";
306+
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.7";
307307

308308
/**
309309
* This is the deprecation date for the version of GHES that was most recently deprecated.
310310
*/
311-
const GHES_MOST_RECENT_DEPRECATION_DATE = "2023-09-12";
311+
const GHES_MOST_RECENT_DEPRECATION_DATE = "2023-11-08";
312312

313313
/*
314314
* Versions of CodeQL that version-flag certain functionality in the Action.

0 commit comments

Comments
 (0)