mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 21:08:32 +00:00
Add constant for FIRST_SUPPORTED_RELEASE
This commit is contained in:
@@ -6,8 +6,14 @@
|
||||
* an `enterprise-releases` checkout.
|
||||
*/
|
||||
|
||||
import { type SemVer } from "semver";
|
||||
import * as semver from "semver";
|
||||
|
||||
import { API_COMPATIBILITY_FILE } from "./config";
|
||||
|
||||
/** The first GHES version that included Code Scanning. */
|
||||
const FIRST_SUPPORTED_RELEASE: SemVer = new semver.SemVer("2.22.0");
|
||||
|
||||
function main() {}
|
||||
|
||||
// Only call `main` if this script was run directly.
|
||||
|
||||
Reference in New Issue
Block a user