Remove GHES 3.9 from supported versions
This commit is contained in:
parent
9c646c24a4
commit
84f2bfe7be
4 changed files with 3 additions and 4 deletions
|
|
@ -44,7 +44,6 @@ We typically release new minor versions of the CodeQL Action and CLI when a new
|
|||
| `3.22.12` | `2.15.5` | Enterprise Server 3.12 |
|
||||
| `2.22.1` | `2.14.6` | Enterprise Server 3.11 |
|
||||
| `2.20.3` | `2.13.5` | Enterprise Server 3.10 |
|
||||
| `2.2.9` | `2.12.5` | Enterprise Server 3.9 |
|
||||
|
||||
CodeQL Action `v2` will stop receiving updates when GHES 3.11 is deprecated.
|
||||
|
||||
|
|
|
|||
2
lib/codeql.test.js
generated
2
lib/codeql.test.js
generated
|
|
@ -497,7 +497,7 @@ const NEW_ANALYSIS_SUMMARY_TEST_CASES = [
|
|||
codeqlVersion: (0, testing_utils_1.makeVersionInfo)("2.15.0"),
|
||||
githubVersion: {
|
||||
type: util.GitHubVariant.GHES,
|
||||
version: "3.9.0",
|
||||
version: "3.10.0",
|
||||
},
|
||||
flagPassed: true,
|
||||
negativeFlagPassed: false,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -759,7 +759,7 @@ const NEW_ANALYSIS_SUMMARY_TEST_CASES = [
|
|||
codeqlVersion: makeVersionInfo("2.15.0"),
|
||||
githubVersion: {
|
||||
type: util.GitHubVariant.GHES,
|
||||
version: "3.9.0",
|
||||
version: "3.10.0",
|
||||
},
|
||||
flagPassed: true,
|
||||
negativeFlagPassed: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue