Skip to content

Commit

Permalink
Prepare for CodeQL v2.10.* deprecation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
henrymercer committed Nov 15, 2023
1 parent ab6dd28 commit 779838b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/codeql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/codeql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,17 +298,17 @@ const CODEQL_MINIMUM_VERSION = "2.10.5";
/**
* This version will shortly become the oldest version of CodeQL that the Action will run with.
*/
const CODEQL_NEXT_MINIMUM_VERSION = "2.10.5";
const CODEQL_NEXT_MINIMUM_VERSION = "2.11.6";

/**
* This is the version of GHES that was most recently deprecated.
*/
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.6";
const GHES_VERSION_MOST_RECENTLY_DEPRECATED = "3.7";

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

/*
* Versions of CodeQL that version-flag certain functionality in the Action.
Expand Down

0 comments on commit 779838b

Please sign in to comment.