Skip to content

Commit a4f011f

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-b31f471cb3
2 parents 57db119 + 80a09d7 commit a4f011f

File tree

143 files changed

+1235
-713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+1235
-713
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.

.github/workflows/__rubocop-multi-language.yml

Lines changed: 1 addition & 1 deletion
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
@@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7+
- Update default CodeQL bundle version to 2.22.2. [#2986](https://github.com/github/codeql-action/pull/2986)
8+
9+
## 3.29.4 - 23 Jul 2025
10+
711
No user facing changes.
812

913
## 3.29.3 - 21 Jul 2025
@@ -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
}

0 commit comments

Comments
 (0)