Skip to content

Commit def1e35

Browse files
committed
Improve consistency in supported version naming
1 parent 6ef274e commit def1e35

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ To provide the best experience to customers using older versions of GitHub Enter
3333

3434
For more information, see "[Code scanning: deprecation of CodeQL Action v2](https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/)."
3535

36-
## Supported versions of the CodeQL CLI and GitHub Enterprise Server
36+
## Supported versions of the CodeQL Bundle and GitHub Enterprise Server
3737

38-
We typically release new minor versions of the CodeQL Action and CLI when a new minor version of GitHub Enterprise Server (GHES) is released. When a version of GHES is deprecated, the CodeQL Action and CLI releases that shipped with it are deprecated as well.
38+
We typically release new minor versions of the CodeQL Action and Bundle when a new minor version of GitHub Enterprise Server (GHES) is released. When a version of GHES is deprecated, the CodeQL Action and Bundle releases that shipped with it are deprecated as well.
3939

40-
| Recommended CodeQL Action | Recommended CodeQL CLI Version | GitHub Environment |
40+
| Recommended CodeQL Action | Recommended CodeQL Bundle Version | GitHub Environment |
4141
|---------|----------|--------------|
4242
| `v3` | default (do not pass a `tools` input) | GitHub.com |
43-
| `v3.25.11` | `v2.17.6` | Enterprise Server 3.14 |
44-
| `v3.24.11` | `v2.16.6` | Enterprise Server 3.13 |
45-
| `3.22.12` | `2.15.5` | Enterprise Server 3.12 |
46-
| `2.22.1` | `2.14.6` | Enterprise Server 3.11 |
47-
| `2.20.3` | `2.13.5` | Enterprise Server 3.10 |
43+
| `v3.25.11` | `2.17.6` | Enterprise Server 3.14 |
44+
| `v3.24.11` | `2.16.6` | Enterprise Server 3.13 |
45+
| `v3.22.12` | `2.15.5` | Enterprise Server 3.12 |
46+
| `v2.22.1` | `2.14.6` | Enterprise Server 3.11 |
47+
| `v2.20.3` | `2.13.5` | Enterprise Server 3.10 |
4848

4949
CodeQL Action `v2` will stop receiving updates when GHES 3.11 is deprecated.
5050

0 commit comments

Comments
 (0)