Skip to content

Commit cdda72d

Browse files
committed
Add changelog entries
1 parent cfda84c commit cdda72d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
55
## 4.32.4 - 20 Feb 2026
66

77
- Update default CodeQL bundle version to [2.24.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.2). [#3493](https://github.com/github/codeql-action/pull/3493)
8+
- Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when [private package registries are configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries). This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone soon. [#3473](https://github.com/github/codeql-action/pull/3473)
9+
- When the CodeQL Action is run [with debugging enabled in Default Setup](https://docs.github.com/en/code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/troubleshooting-analysis-errors/logs-not-detailed-enough#creating-codeql-debugging-artifacts-for-codeql-default-setup) and [private package registries are configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries), the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. [#3486](https://github.com/github/codeql-action/pull/3486)
10+
- Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This setting can only be enabled by GitHub staff to help customers to troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. [#3485](https://github.com/github/codeql-action/pull/3485)
11+
- Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a [nightly CodeQL CLI release](https://github.com/dsp-testing/codeql-cli-nightlies) instead of the latest, stable release that is used by default. This setting can only be enabled by GitHub staff to help customers whose analyses for a given repository or organisation require early access to a change in an upcoming CodeQL CLI release. [#3484](https://github.com/github/codeql-action/pull/3484)
12+
813

914
## 4.32.3 - 13 Feb 2026
1015

0 commit comments

Comments
 (0)