mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 21:20:09 +08:00
Remove code specific to GitHub AE
This commit is contained in:
@@ -453,12 +453,10 @@ let hasBeenWarnedAboutVersion = false;
|
||||
export enum GitHubVariant {
|
||||
DOTCOM,
|
||||
GHES,
|
||||
GHAE,
|
||||
GHE_DOTCOM,
|
||||
}
|
||||
export type GitHubVersion =
|
||||
| { type: GitHubVariant.DOTCOM }
|
||||
| { type: GitHubVariant.GHAE }
|
||||
| { type: GitHubVariant.GHE_DOTCOM }
|
||||
| { type: GitHubVariant.GHES; version: string };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user