Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit4420887

Browse files
committed
Add deprecation warning for CodeQL 2.16.5 and earlier
1 parent4e178c5 commit4420887

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 aboutcustomizing how changed files appear on GitHub.

‎src/codeql.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,17 +285,17 @@ const CODEQL_MINIMUM_VERSION = "2.15.5";
285285
/**
286286
* This version will shortly become the oldest version of CodeQL that the Action will run with.
287287
*/
288-
constCODEQL_NEXT_MINIMUM_VERSION="2.15.5";
288+
constCODEQL_NEXT_MINIMUM_VERSION="2.16.6";
289289

290290
/**
291291
* This is the version of GHES that was most recently deprecated.
292292
*/
293-
constGHES_VERSION_MOST_RECENTLY_DEPRECATED="3.11";
293+
constGHES_VERSION_MOST_RECENTLY_DEPRECATED="3.12";
294294

295295
/**
296296
* This is the deprecation date for the version of GHES that was most recently deprecated.
297297
*/
298-
constGHES_MOST_RECENT_DEPRECATION_DATE="2024-12-19";
298+
constGHES_MOST_RECENT_DEPRECATION_DATE="2025-04-03";
299299

300300
/** The CLI verbosity level to use for extraction in debug mode. */
301301
constEXTRACTION_DEBUG_MODE_VERBOSITY="progress++";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp