Skip to content

Commit 0521b5f

Browse files
authored
Merge branch 'main' into koesie10/remove-disable-combine-sarif-files-ff
2 parents a005f73 + 80a09d7 commit 0521b5f

20 files changed

+168
-72
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7-
No user facing changes.
7+
- Update default CodeQL bundle version to 2.22.2. [#2986](https://github.com/github/codeql-action/pull/2986)
88

99
## 3.29.4 - 23 Jul 2025
1010

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

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

3337
- 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: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)