tag:github.com,2008:https://github.com/github/codeql-action/releasesRelease notes from codeql-action2026-03-16T09:03:54Ztag:github.com,2008:Repository/259445878/v4.33.02026-03-16T09:03:59Zv4.33.0<ul>
<li>
<p>Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. <a href="https://github.com/github/codeql-action/pull/3562" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3562/hovercard">#3562</a></p>
<p>To opt out of this change:</p>
<ul>
<li><strong>Repositories owned by an organization:</strong> Create a custom repository property with the name <code>github-codeql-file-coverage-on-prs</code> and the type "True/false", then set this property to <code>true</code> in the repository's settings. For more information, see <a href="https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization">Managing custom properties for repositories in your organization</a>. Alternatively, if you are using an advanced setup workflow, you can set the <code>CODEQL_ACTION_FILE_COVERAGE_ON_PRS</code> environment variable to <code>true</code> in your workflow.</li>
<li><strong>User-owned repositories using default setup:</strong> Switch to an advanced setup workflow and set the <code>CODEQL_ACTION_FILE_COVERAGE_ON_PRS</code> environment variable to <code>true</code> in your workflow.</li>
<li><strong>User-owned repositories using advanced setup:</strong> Set the <code>CODEQL_ACTION_FILE_COVERAGE_ON_PRS</code> environment variable to <code>true</code> in your workflow.</li>
</ul>
</li>
<li>
<p>Fixed <a href="https://github.com/github/codeql-action/issues/3555" data-hovercard-type="issue" data-hovercard-url="/github/codeql-action/issues/3555/hovercard">a bug</a> which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. <a href="https://github.com/github/codeql-action/pull/3557" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3557/hovercard">#3557</a></p>
</li>
<li>
<p>The CodeQL Action now loads <a href="https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization">custom repository properties</a> on GitHub Enterprise Server, enabling the customization of features such as <code>github-codeql-disable-overlay</code> that was previously only available on GitHub.com. <a href="https://github.com/github/codeql-action/pull/3559" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3559/hovercard">#3559</a></p>
</li>
<li>
<p>Once <a href="https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries">private package registries</a> can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. <a href="https://github.com/github/codeql-action/pull/3563" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3563/hovercard">#3563</a></p>
</li>
<li>
<p>Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". <a href="https://github.com/github/codeql-action/pull/3564" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3564/hovercard">#3564</a></p>
</li>
<li>
<p>A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. <a href="https://github.com/github/codeql-action/pull/3570" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3570/hovercard">#3570</a></p>
</li>
</ul>codeql-action-automation[bot]tag:github.com,2008:Repository/259445878/v42026-03-16T09:03:54Zv4<p>v4</p>github-actions[bot]tag:github.com,2008:Repository/259445878/v3.33.02026-03-16T12:25:54Zv3.33.0<ul>
<li>Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. <a href="https://github.com/github/codeql-action/pull/3562" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3562/hovercard">#3562</a><br>
To opt out of this change:
<ul>
<li><strong>Repositories owned by an organization:</strong> Create a custom repository property with the name <code>github-codeql-file-coverage-on-prs</code> and the type "True/false", then set this property to <code>true</code> in the repository's settings. For more information, see <a href="https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization">Managing custom properties for repositories in your organization</a>. Alternatively, if you are using an advanced setup workflow, you can set the <code>CODEQL_ACTION_FILE_COVERAGE_ON_PRS</code> environment variable to <code>true</code> in your workflow.</li>
<li><strong>User-owned repositories using default setup:</strong> Switch to an advanced setup workflow and set the <code>CODEQL_ACTION_FILE_COVERAGE_ON_PRS</code> environment variable to <code>true</code> in your workflow.</li>
<li><strong>User-owned repositories using advanced setup:</strong> Set the <code>CODEQL_ACTION_FILE_COVERAGE_ON_PRS</code> environment variable to <code>true</code> in your workflow.</li>
</ul>
</li>
<li>Fixed <a href="https://github.com/github/codeql-action/issues/3555" data-hovercard-type="issue" data-hovercard-url="/github/codeql-action/issues/3555/hovercard">a bug</a> which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. <a href="https://github.com/github/codeql-action/pull/3557" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3557/hovercard">#3557</a></li>
<li>The CodeQL Action now loads <a href="https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization">custom repository properties</a> on GitHub Enterprise Server, enabling the customization of features such as <code>github-codeql-disable-overlay</code> that was previously only available on GitHub.com. <a href="https://github.com/github/codeql-action/pull/3559" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3559/hovercard">#3559</a></li>
<li>Once <a href="https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries">private package registries</a> can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. <a href="https://github.com/github/codeql-action/pull/3563" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3563/hovercard">#3563</a></li>
<li>Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". <a href="https://github.com/github/codeql-action/pull/3564" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3564/hovercard">#3564</a></li>
<li>A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. <a href="https://github.com/github/codeql-action/pull/3570" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3570/hovercard">#3570</a></li>
</ul>codeql-action-automation[bot]tag:github.com,2008:Repository/259445878/v32026-03-16T12:25:49Zv3<p>v3</p>github-actions[bot]tag:github.com,2008:Repository/259445878/v3.32.62026-03-06T09:46:59Zv3.32.6<ul>
<li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3">2.24.3</a>. <a href="https://github.com/github/codeql-action/pull/3548" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3548/hovercard">#3548</a></li>
</ul>codeql-action-automation[bot]tag:github.com,2008:Repository/259445878/v4.32.62026-03-05T19:33:19Zv4.32.6<ul>
<li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3">2.24.3</a>. <a href="https://github.com/github/codeql-action/pull/3548" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3548/hovercard">#3548</a></li>
</ul>codeql-action-automation[bot]tag:github.com,2008:Repository/259445878/codeql-bundle-v2.24.32026-03-05T16:03:17ZCodeQL Bundle v2.24.3<p>Bundles CodeQL CLI v2.24.3</p>
<ul>
<li>(<a href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.24.3">release</a>)</li>
</ul>
<p>Includes the following CodeQL language packs from <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3"><code>github/codeql@codeql-cli/v2.24.3</code></a>:</p>
<ul>
<li><code>codeql/actions-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/actions/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/actions/ql/src">source</a>)</li>
<li><code>codeql/actions-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/actions/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/actions/ql/lib">source</a>)</li>
<li><code>codeql/cpp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/cpp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/cpp/ql/src">source</a>)</li>
<li><code>codeql/cpp-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/cpp/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/cpp/ql/lib">source</a>)</li>
<li><code>codeql/csharp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/csharp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/csharp/ql/src">source</a>)</li>
<li><code>codeql/csharp-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/csharp/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/csharp/ql/lib">source</a>)</li>
<li><code>codeql/go-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/go/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/go/ql/src">source</a>)</li>
<li><code>codeql/go-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/go/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/go/ql/lib">source</a>)</li>
<li><code>codeql/java-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/java/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/java/ql/src">source</a>)</li>
<li><code>codeql/java-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/java/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/java/ql/lib">source</a>)</li>
<li><code>codeql/javascript-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/javascript/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/javascript/ql/src">source</a>)</li>
<li><code>codeql/javascript-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/javascript/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/javascript/ql/lib">source</a>)</li>
<li><code>codeql/python-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/python/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/python/ql/src">source</a>)</li>
<li><code>codeql/python-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/python/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/python/ql/lib">source</a>)</li>
<li><code>codeql/ruby-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/ruby/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/ruby/ql/src">source</a>)</li>
<li><code>codeql/ruby-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/ruby/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/ruby/ql/lib">source</a>)</li>
<li><code>codeql/rust-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/rust/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/rust/ql/src">source</a>)</li>
<li><code>codeql/rust-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/rust/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/rust/ql/lib">source</a>)</li>
<li><code>codeql/swift-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/swift/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/swift/ql/src">source</a>)</li>
<li><code>codeql/swift-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/swift/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.24.3/swift/ql/lib">source</a>)</li>
</ul>codeql-citag:github.com,2008:Repository/259445878/v4.32.52026-03-02T11:13:35Zv4.32.5<ul>
<li>Repositories owned by an organization can now set up the <code>github-codeql-disable-overlay</code> custom repository property to disable <a href="https://github.com/github/roadmap/issues/1158" data-hovercard-type="issue" data-hovercard-url="/github/roadmap/issues/1158/hovercard">improved incremental analysis for CodeQL</a>. First, create a custom repository property with the name <code>github-codeql-disable-overlay</code> and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to <code>true</code> to disable improved incremental analysis. For more information, see <a href="https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization">Managing custom properties for repositories in your organization</a>. This feature is not yet available on GitHub Enterprise Server. <a href="https://github.com/github/codeql-action/pull/3507" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3507/hovercard">#3507</a></li>
<li>Added an experimental change so that when <a href="https://github.com/github/roadmap/issues/1158" data-hovercard-type="issue" data-hovercard-url="/github/roadmap/issues/1158/hovercard">improved incremental analysis</a> fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. <a href="https://github.com/github/codeql-action/pull/3487" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3487/hovercard">#3487</a></li>
<li>The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. <a href="https://github.com/github/codeql-action/pull/3515" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3515/hovercard">#3515</a></li>
<li>Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. <a href="https://github.com/github/codeql-action/pull/3516" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3516/hovercard">#3516</a></li>
<li>Added an experimental change which lowers the minimum disk space requirement for <a href="https://github.com/github/roadmap/issues/1158" data-hovercard-type="issue" data-hovercard-url="/github/roadmap/issues/1158/hovercard">improved incremental analysis</a>, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. <a href="https://github.com/github/codeql-action/pull/3498" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3498/hovercard">#3498</a></li>
<li>Added an experimental change which allows the <code>start-proxy</code> action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. <a href="https://github.com/github/codeql-action/pull/3512" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3512/hovercard">#3512</a></li>
<li>The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. <a href="https://github.com/github/codeql-action/pull/3503" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3503/hovercard">#3503</a>, <a href="https://github.com/github/codeql-action/pull/3504" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3504/hovercard">#3504</a></li>
</ul>codeql-action-automation[bot]tag:github.com,2008:Repository/259445878/v3.32.52026-03-02T12:03:58Zv3.32.5<ul>
<li>Repositories owned by an organization can now set up the <code>github-codeql-disable-overlay</code> custom repository property to disable <a href="https://github.com/github/roadmap/issues/1158" data-hovercard-type="issue" data-hovercard-url="/github/roadmap/issues/1158/hovercard">improved incremental analysis for CodeQL</a>. First, create a custom repository property with the name <code>github-codeql-disable-overlay</code> and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to <code>true</code> to disable improved incremental analysis. For more information, see <a href="https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization">Managing custom properties for repositories in your organization</a>. This feature is not yet available on GitHub Enterprise Server. <a href="https://github.com/github/codeql-action/pull/3507" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3507/hovercard">#3507</a></li>
<li>Added an experimental change so that when <a href="https://github.com/github/roadmap/issues/1158" data-hovercard-type="issue" data-hovercard-url="/github/roadmap/issues/1158/hovercard">improved incremental analysis</a> fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. <a href="https://github.com/github/codeql-action/pull/3487" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3487/hovercard">#3487</a></li>
<li>The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. <a href="https://github.com/github/codeql-action/pull/3515" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3515/hovercard">#3515</a></li>
<li>Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. <a href="https://github.com/github/codeql-action/pull/3516" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3516/hovercard">#3516</a></li>
<li>Added an experimental change which lowers the minimum disk space requirement for <a href="https://github.com/github/roadmap/issues/1158" data-hovercard-type="issue" data-hovercard-url="/github/roadmap/issues/1158/hovercard">improved incremental analysis</a>, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. <a href="https://github.com/github/codeql-action/pull/3498" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3498/hovercard">#3498</a></li>
<li>Added an experimental change which allows the <code>start-proxy</code> action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. <a href="https://github.com/github/codeql-action/pull/3512" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3512/hovercard">#3512</a></li>
<li>The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. <a href="https://github.com/github/codeql-action/pull/3503" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3503/hovercard">#3503</a>, <a href="https://github.com/github/codeql-action/pull/3504" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3504/hovercard">#3504</a></li>
</ul>codeql-action-automation[bot]tag:github.com,2008:Repository/259445878/v4.32.42026-02-20T14:17:36Zv4.32.4<ul>
<li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.2">2.24.2</a>. <a href="https://github.com/github/codeql-action/pull/3493" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3493/hovercard">#3493</a></li>
<li>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 <a href="https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries">private package registries are configured</a>. 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 in February. <a href="https://github.com/github/codeql-action/pull/3473" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3473/hovercard">#3473</a></li>
<li>When the CodeQL Action is run <a href="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">with debugging enabled in Default Setup</a> and <a href="https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries">private package registries are configured</a>, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. <a href="https://github.com/github/codeql-action/pull/3486" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3486/hovercard">#3486</a></li>
<li>Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. <a href="https://github.com/github/codeql-action/pull/3485" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3485/hovercard">#3485</a></li>
<li>Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a <a href="https://github.com/dsp-testing/codeql-cli-nightlies">nightly CodeQL CLI release</a> instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. <a href="https://github.com/github/codeql-action/pull/3484" data-hovercard-type="pull_request" data-hovercard-url="/github/codeql-action/pull/3484/hovercard">#3484</a></li>
</ul>codeql-action-automation[bot]