You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
7
7
- 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
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
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 totroubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup.[#3485](https://github.com/github/codeql-action/pull/3485)
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 totroubleshoot issues in GitHub-managed CodeQL workflows, such as Default Setup.[#3485](https://github.com/github/codeql-action/pull/3485)
11
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)