| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th | |||
| 4 | 4 | ||
| 5 | 5 | ## [UNRELEASED] | |
| 6 | 6 | ||
| 7 | - No user facing changes. | ||
| 7 | + - Update default CodeQL bundle version to 2.22.2. [#2986](https://github.com/github/codeql-action/pull/2986) | ||
| 8 | 8 | ||
| 9 | 9 | ## 3.29.4 - 23 Jul 2025 | |
| 10 | 10 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,11 +70,11 @@ We typically release new minor versions of the CodeQL Action and Bundle when a n | |||
| 70 | 70 | ||
| 71 | 71 | | Minimum CodeQL Action | Minimum CodeQL Bundle Version | GitHub Environment | Notes | | |
| 72 | 72 | |-----------------------|-------------------------------|--------------------|-------| | |
| 73 | + | `v3.28.21` | `2.21.3` | Enterprise Server 3.18 | | | ||
| 73 | 74 | | `v3.28.12` | `2.20.7` | Enterprise Server 3.17 | | | |
| 74 | 75 | | `v3.28.6` | `2.20.3` | Enterprise Server 3.16 | | | |
| 75 | 76 | | `v3.28.6` | `2.20.3` | Enterprise Server 3.15 | | | |
| 76 | 77 | | `v3.28.6` | `2.20.3` | Enterprise Server 3.14 | | | |
| 77 | - | `v3.28.6` | `2.20.3` | Enterprise Server 3.13 | | | ||
| 78 | 78 | ||
| 79 | 79 | See the full list of GHES release and deprecation dates at [GitHub Enterprise Server releases](https://docs.github.com/en/enterprise-server/admin/all-releases#releases-of-github-enterprise-server). | |
| 80 | 80 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - { "maximumVersion": "3.18", "minimumVersion": "3.13" } | ||
| 1 | + { "maximumVersion": "3.18", "minimumVersion": "3.14" } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | - "bundleVersion": "codeql-bundle-v2.22.1", | ||
| 3 | - "cliVersion": "2.22.1", | ||
| 4 | - "priorBundleVersion": "codeql-bundle-v2.22.0", | ||
| 5 | - "priorCliVersion": "2.22.0" | ||
| 2 | + "bundleVersion": "codeql-bundle-v2.22.2", | ||
| 3 | + "cliVersion": "2.22.2", | ||
| 4 | + "priorBundleVersion": "codeql-bundle-v2.22.1", | ||
| 5 | + "priorCliVersion": "2.22.1" | ||
| 6 | 6 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,15 +9,15 @@ | |||
| 9 | 9 | # The default set of CodeQL Bundle versions to use for the PR checks. | |
| 10 | 10 | defaultTestVersions = [ | |
| 11 | 11 | # The oldest supported CodeQL version. If bumping, update `CODEQL_MINIMUM_VERSION` in `codeql.ts` | |
| 12 | - "stable-v2.16.6", | ||
| 13 | - # The last CodeQL release in the 2.17 series. | ||
| 14 | 12 | "stable-v2.17.6", | |
| 15 | 13 | # The last CodeQL release in the 2.18 series. | |
| 16 | 14 | "stable-v2.18.4", | |
| 17 | 15 | # The last CodeQL release in the 2.19 series. | |
| 18 | 16 | "stable-v2.19.4", | |
| 19 | 17 | # The last CodeQL release in the 2.20 series. | |
| 20 | 18 | "stable-v2.20.7", | |
| 19 | + # The last CodeQL release in the 2.21 series. | ||
| 20 | + "stable-v2.21.4", | ||
| 21 | 21 | # The default version of CodeQL for Dotcom, as determined by feature flags. | |
| 22 | 22 | "default", | |
| 23 | 23 | # The version of CodeQL shipped with the Action in `defaults.json`. During the release process | |
| Back | FazBrowse Home | New Git URL |
0 commit comments