Skip to content

Merge main into releases/v3 #2997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jul 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b419190
Update supported GitHub Enterprise Server versions
github-actions[bot] Jul 15, 2025
f67ceea
Update default bundle to codeql-bundle-v2.22.2
github-actions[bot] Jul 23, 2025
0f549a7
Add changelog note
github-actions[bot] Jul 23, 2025
264c5cf
Update changelog and version after v3.29.4
github-actions[bot] Jul 23, 2025
06bb1e0
Update checked-in dependencies
github-actions[bot] Jul 23, 2025
701df0e
Merge pull request #2990 from github/mergeback/v3.29.4-to-main-4e828ff8
mbg Jul 23, 2025
9b6aeca
Update changelog for v3.28.21
mbg Jul 28, 2025
264ce42
Bump the npm group with 2 updates
dependabot[bot] Jul 28, 2025
12e4b97
Update checked-in dependencies
github-actions[bot] Jul 28, 2025
eb90c18
Update version constants
mbg Jul 29, 2025
abbda19
Update README
mbg Jul 29, 2025
4094869
Merge branch 'main' into update-bundle/codeql-bundle-v2.22.2
cklin Jul 29, 2025
88d99b3
Stop testing stable-v2.16.6
cklin Jul 29, 2025
ac0c9bf
Merge branch 'main' into update-supported-enterprise-server-versions
mbg Jul 29, 2025
fd7ad51
Merge pull request #2971 from github/update-supported-enterprise-serv…
mbg Jul 29, 2025
4599055
Merge branch 'main' into update-bundle/codeql-bundle-v2.22.2
cklin Jul 29, 2025
cd264d4
Merge pull request #2986 from github/update-bundle/codeql-bundle-v2.22.2
cklin Jul 29, 2025
ab5c0c5
Merge branch 'main' into dependabot/npm_and_yarn/npm-240ab9fad0
mbg Jul 29, 2025
401ecaf
Merge branch 'main' into mergeback/changelog/v3.28.21
mbg Jul 29, 2025
8388115
Merge pull request #2994 from github/mergeback/changelog/v3.28.21
mbg Jul 29, 2025
80a09d7
Merge pull request #2996 from github/dependabot/npm_and_yarn/npm-240a…
mbg Jul 29, 2025
8e90243
Update changelog for v3.29.5
github-actions[bot] Jul 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/__go-tracing-autobuilder.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/__go-tracing-custom-build-steps.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/__go-tracing-legacy-workflow.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 3.29.5 - 29 Jul 2025

- Update default CodeQL bundle version to 2.22.2. [#2986](https://github.com/github/codeql-action/pull/2986)

## 3.29.4 - 23 Jul 2025

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

## 3.28.21 - 28 July 2025

No user facing changes.

## 3.28.20 - 21 July 2025

- 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ We typically release new minor versions of the CodeQL Action and Bundle when a n

| Minimum CodeQL Action | Minimum CodeQL Bundle Version | GitHub Environment | Notes |
|-----------------------|-------------------------------|--------------------|-------|
| `v3.28.21` | `2.21.3` | Enterprise Server 3.18 | |
| `v3.28.12` | `2.20.7` | Enterprise Server 3.17 | |
| `v3.28.6` | `2.20.3` | Enterprise Server 3.16 | |
| `v3.28.6` | `2.20.3` | Enterprise Server 3.15 | |
| `v3.28.6` | `2.20.3` | Enterprise Server 3.14 | |
| `v3.28.6` | `2.20.3` | Enterprise Server 3.13 | |

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

Expand Down
2 changes: 1 addition & 1 deletion lib/api-compatibility.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "maximumVersion": "3.18", "minimumVersion": "3.13" }
{ "maximumVersion": "3.18", "minimumVersion": "3.14" }
6 changes: 3 additions & 3 deletions lib/codeql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.22.1",
"cliVersion": "2.22.1",
"priorBundleVersion": "codeql-bundle-v2.22.0",
"priorCliVersion": "2.22.0"
"bundleVersion": "codeql-bundle-v2.22.2",
"cliVersion": "2.22.2",
"priorBundleVersion": "codeql-bundle-v2.22.1",
"priorCliVersion": "2.22.1"
}
14 changes: 7 additions & 7 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@eslint/js/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 81 additions & 0 deletions node_modules/nock/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 29 additions & 18 deletions node_modules/nock/lib/common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/nock/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading