Skip to content

Commit 51f7732

Browse files
authored
Merge pull request #2997 from github/update-v3.29.5-80a09d7b0
Merge main into releases/v3
2 parents 4e828ff + 8e90243 commit 51f7732

20 files changed

+175
-75
lines changed

.github/workflows/__go-tracing-autobuilder.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-custom-build-steps.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-legacy-workflow.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
44

5+
## 3.29.5 - 29 Jul 2025
6+
7+
- Update default CodeQL bundle version to 2.22.2. [#2986](https://github.com/github/codeql-action/pull/2986)
8+
59
## 3.29.4 - 23 Jul 2025
610

711
No user facing changes.
@@ -24,6 +28,10 @@ No user facing changes.
2428
- Update default CodeQL bundle version to 2.22.0. [#2925](https://github.com/github/codeql-action/pull/2925)
2529
- Bump minimum CodeQL bundle version to 2.16.6. [#2912](https://github.com/github/codeql-action/pull/2912)
2630

31+
## 3.28.21 - 28 July 2025
32+
33+
No user facing changes.
34+
2735
## 3.28.20 - 21 July 2025
2836

2937
- Remove support for combining SARIF files from a single upload for GHES 3.18, see [the changelog post](https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload/). [#2959](https://github.com/github/codeql-action/pull/2959)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ We typically release new minor versions of the CodeQL Action and Bundle when a n
7070

7171
| Minimum CodeQL Action | Minimum CodeQL Bundle Version | GitHub Environment | Notes |
7272
|-----------------------|-------------------------------|--------------------|-------|
73+
| `v3.28.21` | `2.21.3` | Enterprise Server 3.18 | |
7374
| `v3.28.12` | `2.20.7` | Enterprise Server 3.17 | |
7475
| `v3.28.6` | `2.20.3` | Enterprise Server 3.16 | |
7576
| `v3.28.6` | `2.20.3` | Enterprise Server 3.15 | |
7677
| `v3.28.6` | `2.20.3` | Enterprise Server 3.14 | |
77-
| `v3.28.6` | `2.20.3` | Enterprise Server 3.13 | |
7878

7979
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).
8080

lib/api-compatibility.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "maximumVersion": "3.18", "minimumVersion": "3.13" }
1+
{ "maximumVersion": "3.18", "minimumVersion": "3.14" }

lib/codeql.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
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"
66
}

node_modules/.package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)