dependabot[bot] opened a new pull request, #69737:
URL: https://github.com/apache/airflow/pull/69737

   Bumps the github-actions-updates group with 6 updates in the / directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [actions/setup-java](https://github.com/actions/setup-java) | `5.4.0` | 
`5.5.0` |
   | 
[aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials)
 | `6.2.1` | `6.2.2` |
   | [github/codeql-action/init](https://github.com/github/codeql-action) | 
`4.36.2` | `4.36.3` |
   | [github/codeql-action/autobuild](https://github.com/github/codeql-action) 
| `4.36.2` | `4.36.3` |
   | [github/codeql-action/analyze](https://github.com/github/codeql-action) | 
`4.36.2` | `4.36.3` |
   | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | 
`8.3.1` |
   
   
   Updates `actions/setup-java` from 5.4.0 to 5.5.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/actions/setup-java/releases";>actions/setup-java's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.5.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>chore: enforce pre-PR validation (aggregate scripts, git hooks, PR 
checklist) by <a 
href="https://github.com/brunoborges";><code>@​brunoborges</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/1061";>actions/setup-java#1061</a></li>
   <li>Bump github/codeql-action from 3 to 4 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/actions/setup-java/pull/1069";>actions/setup-java#1069</a></li>
   <li>Bump actions/checkout from 6 to 7 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/actions/setup-java/pull/1068";>actions/setup-java#1068</a></li>
   <li>Bump actions/setup-python from 5 to 6 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/actions/setup-java/pull/1067";>actions/setup-java#1067</a></li>
   <li>Bump <code>@​typescript-eslint/parser</code> from 8.61.1 to 8.62.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/actions/setup-java/pull/1062";>actions/setup-java#1062</a></li>
   <li>feat: Add verify-signature plumbing and Temurin+Microsoft verification 
support by <a 
href="https://github.com/johnoliver";><code>@​johnoliver</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/1060";>actions/setup-java#1060</a></li>
   <li>Updated jetbrains test: https.request() now catches errors. This fixes 
leaking tests as well by <a 
href="https://github.com/jmjaffe37";><code>@​jmjaffe37</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/1070";>actions/setup-java#1070</a></li>
   <li>Fix arm64 e2e workflow tests mislabeled as x64 by <a 
href="https://github.com/brunoborges";><code>@​brunoborges</code></a> with <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/1073";>actions/setup-java#1073</a></li>
   <li>feat: suppress Maven transfer progress via MAVEN_ARGS by default (add 
show-download-progress input) by <a 
href="https://github.com/brunoborges";><code>@​brunoborges</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/1053";>actions/setup-java#1053</a></li>
   <li>feat: Disable interactiveMode in generated Maven settings.xml by <a 
href="https://github.com/brunoborges";><code>@​brunoborges</code></a> with <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/1052";>actions/setup-java#1052</a></li>
   <li>Bump prettier from 3.6.2 to 3.9.1 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/actions/setup-java/pull/1066";>actions/setup-java#1066</a></li>
   <li>chore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/actions/setup-java/pull/1074";>actions/setup-java#1074</a></li>
   <li>fix: Maven Toolchains grows unexpectedly by <a 
href="https://github.com/Okeanos";><code>@​Okeanos</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/534";>actions/setup-java#534</a></li>
   <li>dist: Support Tencent Kona JDK by <a 
href="https://github.com/johnshajiang";><code>@​johnshajiang</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/672";>actions/setup-java#672</a></li>
   <li>feat: Add set-default option by <a 
href="https://github.com/gsmet";><code>@​gsmet</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/1017";>actions/setup-java#1017</a></li>
   <li>docs: document problem matcher (and how to disable it), Maven Wrapper 
caching, and generated interactiveMode by <a 
href="https://github.com/brunoborges";><code>@​brunoborges</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/1075";>actions/setup-java#1075</a></li>
   <li>feat: Add distribution detection support to .sdkmanrc file by <a 
href="https://github.com/lukaszgyg";><code>@​lukaszgyg</code></a> in <a 
href="https://redirect.github.com/actions/setup-java/pull/975";>actions/setup-java#975</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/jmjaffe37";><code>@​jmjaffe37</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/setup-java/pull/1070";>actions/setup-java#1070</a></li>
   <li><a href="https://github.com/gsmet";><code>@​gsmet</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/actions/setup-java/pull/1017";>actions/setup-java#1017</a></li>
   <li><a href="https://github.com/lukaszgyg";><code>@​lukaszgyg</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/setup-java/pull/975";>actions/setup-java#975</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/setup-java/compare/v5...v5.5.0";>https://github.com/actions/setup-java/compare/v5...v5.5.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/setup-java/commit/0f481fcb613427c0f801b606911222b5b6f3083a";><code>0f481fc</code></a>
 feat: Add distribution detection support to .sdkmanrc file (<a 
href="https://redirect.github.com/actions/setup-java/issues/975";>#975</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/c4922bf8099a153c2ad2fa6c869b9e6fa8d21017";><code>c4922bf</code></a>
 docs: document problem matcher (and how to disable it), Maven Wrapper 
caching...</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/6657b993409da921e0c021d82aa9c159601e7a27";><code>6657b99</code></a>
 feat: Add set-default option (<a 
href="https://redirect.github.com/actions/setup-java/issues/1017";>#1017</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/a50fdccef19f861401a6f00b7caa2abf98504acb";><code>a50fdcc</code></a>
 dist: Support Tencent Kona JDK (<a 
href="https://redirect.github.com/actions/setup-java/issues/672";>#672</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/77ee41d00e246422933200d520a0334a299f26e4";><code>77ee41d</code></a>
 fix: Maven Toolchains grows unexpectedly (<a 
href="https://redirect.github.com/actions/setup-java/issues/534";>#534</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/0765b158bfd14bd15c56facab447d138e1161193";><code>0765b15</code></a>
 chore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4 (<a 
href="https://redirect.github.com/actions/setup-java/issues/1074";>#1074</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/c712b2fb55a8deb2d59f204bd7aa86ac6f938c98";><code>c712b2f</code></a>
 Bump prettier from 3.6.2 to 3.9.1 (<a 
href="https://redirect.github.com/actions/setup-java/issues/1066";>#1066</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/733efaeaca653493004ffb895a11b2c6c316558e";><code>733efae</code></a>
 feat: Disable interactiveMode in generated Maven settings.xml (<a 
href="https://redirect.github.com/actions/setup-java/issues/1052";>#1052</a>)</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/6c4d4a5025dca6ad7cc86c839fadbcb66762ed3b";><code>6c4d4a5</code></a>
 feat: suppress Maven transfer progress via MAVEN_ARGS by default (add 
show-do...</li>
   <li><a 
href="https://github.com/actions/setup-java/commit/324b33387d37f5aa8878ea44bd7144864a316dee";><code>324b333</code></a>
 Fix arm64 e2e workflow tests mislabeled as x64 (<a 
href="https://redirect.github.com/actions/setup-java/issues/1073";>#1073</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/actions/setup-java/compare/1bcf9fb12cf4aa7d266a90ae39939e61372fe520...0f481fcb613427c0f801b606911222b5b6f3083a";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `aws-actions/configure-aws-credentials` from 6.2.1 to 6.2.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/aws-actions/configure-aws-credentials/releases";>aws-actions/configure-aws-credentials's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.2</h2>
   <h2><a 
href="https://github.com/aws-actions/configure-aws-credentials/compare/v6.2.1...v6.2.2";>6.2.2</a>
 (2026-07-07)</h2>
   <h3>Miscellaneous Chores</h3>
   <ul>
   <li>release 6.2.2 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/d01d678e65d6d2bd9d5ca7a95d6f07b00e25f2c2";>d01d678</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md";>aws-actions/configure-aws-credentials's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <p>All notable changes to this project will be documented in this file. See 
<a 
href="https://github.com/conventional-changelog/standard-version";>standard-version</a>
 for commit guidelines.</p>
   <h2><a 
href="https://github.com/aws-actions/configure-aws-credentials/compare/v6.2.1...v6.2.2";>6.2.2</a>
 (2026-07-07)</h2>
   <h3>Miscellaneous Chores</h3>
   <ul>
   <li>release 6.2.2 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/d01d678e65d6d2bd9d5ca7a95d6f07b00e25f2c2";>d01d678</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/aws-actions/configure-aws-credentials/compare/v6.2.0...v6.2.1";>6.2.1</a>
 (2026-06-26)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>enforce allowed-account-ids on all auth paths (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1847";>#1847</a>)
 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/4d281fbc56a82e63c3fc14f2cc22361f34c97493";>4d281fb</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/aws-actions/configure-aws-credentials/compare/v6.1.3...v6.2.0";>6.2.0</a>
 (2026-06-01)</h2>
   <h3>Features</h3>
   <ul>
   <li>add additional session tags by default (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1775";>#1775</a>)
 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/e0ba7685077379a14a82d01fefd511490344ebfc";>e0ba768</a>)</li>
   <li>add more retry logic and better logging (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1764";>#1764</a>)
 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/540d0c13aedb8d55501d220bd2f0b3cdedfe84e8";>540d0c1</a>)</li>
   <li>add regex validation to role-session-name (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1765";>#1765</a>)
 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/e35449909c6ede5083a48ba4b8bbfaaa1cf09ba1";>e354499</a>)</li>
   <li>Allow custom session tags to be passed when assuming a role (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1759";>#1759</a>)
 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/61f50f630f383628add73c1eab3f1935ba07da2b";>61f50f6</a>)</li>
   <li>expose run id in STS client user-agent (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1774";>#1774</a>)
 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/29d1be30273e7ef371d59fccf6ec54572c64ec89";>29d1be3</a>)</li>
   <li>support custom STS endpoints (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1762";>#1762</a>)
 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/8d52d05d7a4521fa52b39de50cb6114b12e5c332";>8d52d05</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>skip credential check on output-env-credentials: false (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1778";>#1778</a>)
 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/58e7c47adf77846879008deadfeeef8a6969fe6c";>58e7c47</a>)</li>
   <li>assumeRole failing from session tag size too large (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1808";>#1808</a>)
 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/d6f5dc331b44474b19a52caaf85fa4d637b13c8e";>d6f5dc3</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/aws-actions/configure-aws-credentials/compare/v6.1.2...v6.1.3";>6.1.3</a>
 (2026-05-28)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix: allow kubelet token symlink in <a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1805";>#1805</a></li>
   </ul>
   <h2><a 
href="https://github.com/aws-actions/configure-aws-credentials/compare/v6.1.1...v6.1.2";>6.1.2</a>
 (2026-05-26)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>additional filesystem checks (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1799";>#1799</a>)
 (<a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/c39f282697aca8a78c522ecf1f7da9899a31432c";>c39f282</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/aws-actions/configure-aws-credentials/compare/v6.1.0...v6.1.1";>6.1.1</a>
 (2026-05-05)</h2>
   <h3>Miscellaneous Chores</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/517a711dbcd0e402f90c77e7e2f81e849156e31d";><code>517a711</code></a>
 chore(main): release 6.2.2 (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1876";>#1876</a>)</li>
   <li><a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/d01d678e65d6d2bd9d5ca7a95d6f07b00e25f2c2";><code>d01d678</code></a>
 chore: release 6.2.2</li>
   <li><a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/8efa52b2848773c500aa10726e251480b1a9eef6";><code>8efa52b</code></a>
 chore(deps-dev): bump vitest dependencies (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1874";>#1874</a>)</li>
   <li><a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/8e1eed5c14c0831e3e8d3e79a355207770cfc534";><code>8e1eed5</code></a>
 chore(deps-dev): bump <code>@​smithy/property-provider</code> from 4.4.4 to 
4.4.6 (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1869";>#1869</a>)</li>
   <li><a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/112421a93aaa67421f2d14d7c469df0e5ca60e47";><code>112421a</code></a>
 chore(deps-dev): bump <code>@​biomejs/biome</code> from 2.5.1 to 2.5.2 (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1868";>#1868</a>)</li>
   <li><a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/fbc01c6585c59a56334d4803ca1f3f249a5fba3f";><code>fbc01c6</code></a>
 chore(deps-dev): bump <code>@​types/node</code> from 26.0.1 to 26.1.0 (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1871";>#1871</a>)</li>
   <li><a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/b12ca875eb3037b4cfbc4aa347bd62e1b475d439";><code>b12ca87</code></a>
 chore(deps-dev): bump memfs from 4.57.8 to 4.58.0 (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1873";>#1873</a>)</li>
   <li><a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/d314f7f43d28771d47678a1ad87f05976e241846";><code>d314f7f</code></a>
 chore: Update dist</li>
   <li><a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/a53b65b84a3cea262b96b50376e409283f6f818b";><code>a53b65b</code></a>
 chore(deps): bump <code>@​aws-sdk/client-sts</code> from 3.1076.0 to 3.1080.0 
(<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1867";>#1867</a>)</li>
   <li><a 
href="https://github.com/aws-actions/configure-aws-credentials/commit/338d2c18392e9b3ace741e4547b315bda30f7b02";><code>338d2c1</code></a>
 chore(deps-dev): bump sigstore from 4.1.0 to 4.1.1 (<a 
href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1864";>#1864</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/aws-actions/configure-aws-credentials/compare/254c19bd240aabef8777f48595e9d2d7b972184b...517a711dbcd0e402f90c77e7e2f81e849156e31d";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github/codeql-action/init` from 4.36.2 to 4.36.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/github/codeql-action/releases";>github/codeql-action/init's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.36.3</h2>
   <p>No user facing changes.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github/codeql-action/init's
 changelog</a>.</em></p>
   <blockquote>
   <h1>CodeQL Action Changelog</h1>
   <p>See the <a 
href="https://github.com/github/codeql-action/releases";>releases page</a> for 
the relevant changes to the CodeQL CLI and language packs.</p>
   <h2>[UNRELEASED]</h2>
   <ul>
   <li><em>Upcoming breaking change</em>: Add a deprecation warning for 
customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL 
were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and 
will be unsupported by the next minor release of the CodeQL Action. <a 
href="https://redirect.github.com/github/codeql-action/pull/3956";>#3956</a></li>
   </ul>
   <h2>4.37.0 - 08 Jul 2026</h2>
   <ul>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0";>2.26.0</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3995";>#3995</a></li>
   <li>In addition to the existing input format, the <code>config-file</code> 
input for the <code>codeql-action/init</code> step will soon support a new 
<code>[owner/]repo[@ref][:path]</code> format. All components except the 
repository name are optional. If omitted, <code>owner</code> defaults to the 
same owner as the repository the analysis is running for, <code>ref</code> to 
<code>main</code>, and <code>path</code> to 
<code>.github/codeql-action.yaml</code>. Support for this format ships in this 
version of the CodeQL Action, but will only be enabled over the coming weeks. 
<a 
href="https://redirect.github.com/github/codeql-action/pull/3973";>#3973</a></li>
   </ul>
   <h2>4.36.3 - 01 Jul 2026</h2>
   <p>No user facing changes.</p>
   <h2>4.36.2 - 04 Jun 2026</h2>
   <ul>
   <li>Cache CodeQL CLI version information across Actions steps. <a 
href="https://redirect.github.com/github/codeql-action/pull/3943";>#3943</a></li>
   <li>Reduce requests while waiting for analysis processing by using 
exponential backoff when polling SARIF processing status. <a 
href="https://redirect.github.com/github/codeql-action/pull/3937";>#3937</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6";>2.25.6</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3948";>#3948</a></li>
   </ul>
   <h2>4.36.1 - 02 Jun 2026</h2>
   <p>No user facing changes.</p>
   <h2>4.36.0 - 22 May 2026</h2>
   <ul>
   <li><em>Breaking change</em>: Bump the minimum required CodeQL bundle 
version to 2.19.4. <a 
href="https://redirect.github.com/github/codeql-action/pull/3894";>#3894</a></li>
   <li>Add support for SHA-256 Git object IDs. <a 
href="https://redirect.github.com/github/codeql-action/pull/3893";>#3893</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5";>2.25.5</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3926";>#3926</a></li>
   </ul>
   <h2>4.35.5 - 15 May 2026</h2>
   <ul>
   <li>We have improved how the JavaScript bundles for the CodeQL Action are 
generated to avoid duplication across bundles and reduce the size of the 
repository by around 70%. This should have no effect on the runtime behaviour 
of the CodeQL Action. <a 
href="https://redirect.github.com/github/codeql-action/pull/3899";>#3899</a></li>
   <li>For performance and accuracy reasons, <a 
href="https://redirect.github.com/github/roadmap/issues/1158";>improved 
incremental analysis</a> will now only be enabled on a pull request when 
diff-informed analysis is also enabled for that run. If diff-informed analysis 
is unavailable (for example, because the PR diff ranges could not be computed), 
the action will fall back to a full analysis. <a 
href="https://redirect.github.com/github/codeql-action/pull/3791";>#3791</a></li>
   <li>If multiple inputs are provided for the GitHub-internal 
<code>analysis-kinds</code> input, only <code>code-scanning</code> will be 
enabled. The <code>analysis-kinds</code> input is experimental, for 
GitHub-internal use only, and may change without notice at any time. <a 
href="https://redirect.github.com/github/codeql-action/pull/3892";>#3892</a></li>
   <li>Added an experimental change which, when running a Code Scanning 
analysis for a PR with <a 
href="https://redirect.github.com/github/roadmap/issues/1158";>improved 
incremental analysis</a> enabled, prefers CodeQL CLI versions that have a 
cached overlay-base database for the configured languages. This speeds up 
analysis for a repository when there is not yet a cached overlay-base database 
for the latest CLI version. We expect to roll this change out to everyone in 
May. <a 
href="https://redirect.github.com/github/codeql-action/pull/3880";>#3880</a></li>
   </ul>
   <h2>4.35.4 - 07 May 2026</h2>
   <ul>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4";>2.25.4</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3881";>#3881</a></li>
   </ul>
   <h2>4.35.3 - 01 May 2026</h2>
   <ul>
   <li><em>Upcoming breaking change</em>: Add a deprecation warning for 
customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL 
were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and 
will be unsupported by the next minor release of the CodeQL Action. <a 
href="https://redirect.github.com/github/codeql-action/pull/3837";>#3837</a></li>
   <li>Configurations for private registries that use Cloudsmith or GCP OIDC 
are now accepted. <a 
href="https://redirect.github.com/github/codeql-action/pull/3850";>#3850</a></li>
   <li>Best-effort connection tests for private registries now use 
<code>GET</code> requests instead of <code>HEAD</code> for better compatibility 
with various registry implementations. For NuGet feeds, the test is now always 
performed against the service index. <a 
href="https://redirect.github.com/github/codeql-action/pull/3853";>#3853</a></li>
   <li>Fixed a bug where two diagnostics produced within the same millisecond 
could overwrite each other on disk, causing one of them to be lost. <a 
href="https://redirect.github.com/github/codeql-action/pull/3852";>#3852</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/github/codeql-action/commit/54f647b7e1bb85c95cddabcd46b0c578ec92bc1a";><code>54f647b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3984";>#3984</a> 
from github/update-v4.36.3-1f34ec164</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/e78819e05527766c3c5919e3177647e280c6cb83";><code>e78819e</code></a>
 Trigger checks</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/2c9d3d63eb4941734e2d29468953529a56f5ff1c";><code>2c9d3d6</code></a>
 Update changelog for v4.36.3</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/1f34ec16430d82636d18716acc7aaa6d843b35a9";><code>1f34ec1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3983";>#3983</a> 
from github/mbg/repo-props/ff-for-config-file-prop</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/d5f0145480025b49d8b08c3f6b36e6ad41a68c90";><code>d5f0145</code></a>
 Log when repository property has a value but is ignored</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/f27f56386a3c745af8d7bbfb806098c714a5e32a";><code>f27f563</code></a>
 Add test for when the FF is off</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/0025d0f2b5676fde748a0be9725dcce18dd9f986";><code>0025d0f</code></a>
 Use FF</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/f7fa18f05d107ff6735857c3510fbff190c9a1eb";><code>f7fa18f</code></a>
 Add FF for config file repo property</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/628fc3f124e68b0151f0d2a5d81e864ee1e42335";><code>628fc3f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3979";>#3979</a> 
from github/henrymercer/overlay-db-cleanup-size-tele...</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/9cfb67bab9b32441237f92d4ba29a7f3ccff259f";><code>9cfb67b</code></a>
 Add clarifying comments</li>
   <li>Additional commits viewable in <a 
href="https://github.com/github/codeql-action/compare/8aad20d150bbac5944a9f9d289da16a4b0d87c1e...54f647b7e1bb85c95cddabcd46b0c578ec92bc1a";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github/codeql-action/autobuild` from 4.36.2 to 4.36.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/github/codeql-action/releases";>github/codeql-action/autobuild's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.36.3</h2>
   <p>No user facing changes.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github/codeql-action/autobuild's
 changelog</a>.</em></p>
   <blockquote>
   <h1>CodeQL Action Changelog</h1>
   <p>See the <a 
href="https://github.com/github/codeql-action/releases";>releases page</a> for 
the relevant changes to the CodeQL CLI and language packs.</p>
   <h2>[UNRELEASED]</h2>
   <ul>
   <li><em>Upcoming breaking change</em>: Add a deprecation warning for 
customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL 
were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and 
will be unsupported by the next minor release of the CodeQL Action. <a 
href="https://redirect.github.com/github/codeql-action/pull/3956";>#3956</a></li>
   </ul>
   <h2>4.37.0 - 08 Jul 2026</h2>
   <ul>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0";>2.26.0</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3995";>#3995</a></li>
   <li>In addition to the existing input format, the <code>config-file</code> 
input for the <code>codeql-action/init</code> step will soon support a new 
<code>[owner/]repo[@ref][:path]</code> format. All components except the 
repository name are optional. If omitted, <code>owner</code> defaults to the 
same owner as the repository the analysis is running for, <code>ref</code> to 
<code>main</code>, and <code>path</code> to 
<code>.github/codeql-action.yaml</code>. Support for this format ships in this 
version of the CodeQL Action, but will only be enabled over the coming weeks. 
<a 
href="https://redirect.github.com/github/codeql-action/pull/3973";>#3973</a></li>
   </ul>
   <h2>4.36.3 - 01 Jul 2026</h2>
   <p>No user facing changes.</p>
   <h2>4.36.2 - 04 Jun 2026</h2>
   <ul>
   <li>Cache CodeQL CLI version information across Actions steps. <a 
href="https://redirect.github.com/github/codeql-action/pull/3943";>#3943</a></li>
   <li>Reduce requests while waiting for analysis processing by using 
exponential backoff when polling SARIF processing status. <a 
href="https://redirect.github.com/github/codeql-action/pull/3937";>#3937</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6";>2.25.6</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3948";>#3948</a></li>
   </ul>
   <h2>4.36.1 - 02 Jun 2026</h2>
   <p>No user facing changes.</p>
   <h2>4.36.0 - 22 May 2026</h2>
   <ul>
   <li><em>Breaking change</em>: Bump the minimum required CodeQL bundle 
version to 2.19.4. <a 
href="https://redirect.github.com/github/codeql-action/pull/3894";>#3894</a></li>
   <li>Add support for SHA-256 Git object IDs. <a 
href="https://redirect.github.com/github/codeql-action/pull/3893";>#3893</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5";>2.25.5</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3926";>#3926</a></li>
   </ul>
   <h2>4.35.5 - 15 May 2026</h2>
   <ul>
   <li>We have improved how the JavaScript bundles for the CodeQL Action are 
generated to avoid duplication across bundles and reduce the size of the 
repository by around 70%. This should have no effect on the runtime behaviour 
of the CodeQL Action. <a 
href="https://redirect.github.com/github/codeql-action/pull/3899";>#3899</a></li>
   <li>For performance and accuracy reasons, <a 
href="https://redirect.github.com/github/roadmap/issues/1158";>improved 
incremental analysis</a> will now only be enabled on a pull request when 
diff-informed analysis is also enabled for that run. If diff-informed analysis 
is unavailable (for example, because the PR diff ranges could not be computed), 
the action will fall back to a full analysis. <a 
href="https://redirect.github.com/github/codeql-action/pull/3791";>#3791</a></li>
   <li>If multiple inputs are provided for the GitHub-internal 
<code>analysis-kinds</code> input, only <code>code-scanning</code> will be 
enabled. The <code>analysis-kinds</code> input is experimental, for 
GitHub-internal use only, and may change without notice at any time. <a 
href="https://redirect.github.com/github/codeql-action/pull/3892";>#3892</a></li>
   <li>Added an experimental change which, when running a Code Scanning 
analysis for a PR with <a 
href="https://redirect.github.com/github/roadmap/issues/1158";>improved 
incremental analysis</a> enabled, prefers CodeQL CLI versions that have a 
cached overlay-base database for the configured languages. This speeds up 
analysis for a repository when there is not yet a cached overlay-base database 
for the latest CLI version. We expect to roll this change out to everyone in 
May. <a 
href="https://redirect.github.com/github/codeql-action/pull/3880";>#3880</a></li>
   </ul>
   <h2>4.35.4 - 07 May 2026</h2>
   <ul>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4";>2.25.4</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3881";>#3881</a></li>
   </ul>
   <h2>4.35.3 - 01 May 2026</h2>
   <ul>
   <li><em>Upcoming breaking change</em>: Add a deprecation warning for 
customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL 
were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and 
will be unsupported by the next minor release of the CodeQL Action. <a 
href="https://redirect.github.com/github/codeql-action/pull/3837";>#3837</a></li>
   <li>Configurations for private registries that use Cloudsmith or GCP OIDC 
are now accepted. <a 
href="https://redirect.github.com/github/codeql-action/pull/3850";>#3850</a></li>
   <li>Best-effort connection tests for private registries now use 
<code>GET</code> requests instead of <code>HEAD</code> for better compatibility 
with various registry implementations. For NuGet feeds, the test is now always 
performed against the service index. <a 
href="https://redirect.github.com/github/codeql-action/pull/3853";>#3853</a></li>
   <li>Fixed a bug where two diagnostics produced within the same millisecond 
could overwrite each other on disk, causing one of them to be lost. <a 
href="https://redirect.github.com/github/codeql-action/pull/3852";>#3852</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/github/codeql-action/commit/54f647b7e1bb85c95cddabcd46b0c578ec92bc1a";><code>54f647b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3984";>#3984</a> 
from github/update-v4.36.3-1f34ec164</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/e78819e05527766c3c5919e3177647e280c6cb83";><code>e78819e</code></a>
 Trigger checks</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/2c9d3d63eb4941734e2d29468953529a56f5ff1c";><code>2c9d3d6</code></a>
 Update changelog for v4.36.3</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/1f34ec16430d82636d18716acc7aaa6d843b35a9";><code>1f34ec1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3983";>#3983</a> 
from github/mbg/repo-props/ff-for-config-file-prop</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/d5f0145480025b49d8b08c3f6b36e6ad41a68c90";><code>d5f0145</code></a>
 Log when repository property has a value but is ignored</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/f27f56386a3c745af8d7bbfb806098c714a5e32a";><code>f27f563</code></a>
 Add test for when the FF is off</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/0025d0f2b5676fde748a0be9725dcce18dd9f986";><code>0025d0f</code></a>
 Use FF</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/f7fa18f05d107ff6735857c3510fbff190c9a1eb";><code>f7fa18f</code></a>
 Add FF for config file repo property</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/628fc3f124e68b0151f0d2a5d81e864ee1e42335";><code>628fc3f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3979";>#3979</a> 
from github/henrymercer/overlay-db-cleanup-size-tele...</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/9cfb67bab9b32441237f92d4ba29a7f3ccff259f";><code>9cfb67b</code></a>
 Add clarifying comments</li>
   <li>Additional commits viewable in <a 
href="https://github.com/github/codeql-action/compare/8aad20d150bbac5944a9f9d289da16a4b0d87c1e...54f647b7e1bb85c95cddabcd46b0c578ec92bc1a";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github/codeql-action/analyze` from 4.36.2 to 4.36.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/github/codeql-action/releases";>github/codeql-action/analyze's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.36.3</h2>
   <p>No user facing changes.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github/codeql-action/analyze's
 changelog</a>.</em></p>
   <blockquote>
   <h1>CodeQL Action Changelog</h1>
   <p>See the <a 
href="https://github.com/github/codeql-action/releases";>releases page</a> for 
the relevant changes to the CodeQL CLI and language packs.</p>
   <h2>[UNRELEASED]</h2>
   <ul>
   <li><em>Upcoming breaking change</em>: Add a deprecation warning for 
customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL 
were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and 
will be unsupported by the next minor release of the CodeQL Action. <a 
href="https://redirect.github.com/github/codeql-action/pull/3956";>#3956</a></li>
   </ul>
   <h2>4.37.0 - 08 Jul 2026</h2>
   <ul>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0";>2.26.0</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3995";>#3995</a></li>
   <li>In addition to the existing input format, the <code>config-file</code> 
input for the <code>codeql-action/init</code> step will soon support a new 
<code>[owner/]repo[@ref][:path]</code> format. All components except the 
repository name are optional. If omitted, <code>owner</code> defaults to the 
same owner as the repository the analysis is running for, <code>ref</code> to 
<code>main</code>, and <code>path</code> to 
<code>.github/codeql-action.yaml</code>. Support for this format ships in this 
version of the CodeQL Action, but will only be enabled over the coming weeks. 
<a 
href="https://redirect.github.com/github/codeql-action/pull/3973";>#3973</a></li>
   </ul>
   <h2>4.36.3 - 01 Jul 2026</h2>
   <p>No user facing changes.</p>
   <h2>4.36.2 - 04 Jun 2026</h2>
   <ul>
   <li>Cache CodeQL CLI version information across Actions steps. <a 
href="https://redirect.github.com/github/codeql-action/pull/3943";>#3943</a></li>
   <li>Reduce requests while waiting for analysis processing by using 
exponential backoff when polling SARIF processing status. <a 
href="https://redirect.github.com/github/codeql-action/pull/3937";>#3937</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6";>2.25.6</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3948";>#3948</a></li>
   </ul>
   <h2>4.36.1 - 02 Jun 2026</h2>
   <p>No user facing changes.</p>
   <h2>4.36.0 - 22 May 2026</h2>
   <ul>
   <li><em>Breaking change</em>: Bump the minimum required CodeQL bundle 
version to 2.19.4. <a 
href="https://redirect.github.com/github/codeql-action/pull/3894";>#3894</a></li>
   <li>Add support for SHA-256 Git object IDs. <a 
href="https://redirect.github.com/github/codeql-action/pull/3893";>#3893</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5";>2.25.5</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3926";>#3926</a></li>
   </ul>
   <h2>4.35.5 - 15 May 2026</h2>
   <ul>
   <li>We have improved how the JavaScript bundles for the CodeQL Action are 
generated to avoid duplication across bundles and reduce the size of the 
repository by around 70%. This should have no effect on the runtime behaviour 
of the CodeQL Action. <a 
href="https://redirect.github.com/github/codeql-action/pull/3899";>#3899</a></li>
   <li>For performance and accuracy reasons, <a 
href="https://redirect.github.com/github/roadmap/issues/1158";>improved 
incremental analysis</a> will now only be enabled on a pull request when 
diff-informed analysis is also enabled for that run. If diff-informed analysis 
is unavailable (for example, because the PR diff ranges could not be computed), 
the action will fall back to a full analysis. <a 
href="https://redirect.github.com/github/codeql-action/pull/3791";>#3791</a></li>
   <li>If multiple inputs are provided for the GitHub-internal 
<code>analysis-kinds</code> input, only <code>code-scanning</code> will be 
enabled. The <code>analysis-kinds</code> input is experimental, for 
GitHub-internal use only, and may change without notice at any time. <a 
href="https://redirect.github.com/github/codeql-action/pull/3892";>#3892</a></li>
   <li>Added an experimental change which, when running a Code Scanning 
analysis for a PR with <a 
href="https://redirect.github.com/github/roadmap/issues/1158";>improved 
incremental analysis</a> enabled, prefers CodeQL CLI versions that have a 
cached overlay-base database for the configured languages. This speeds up 
analysis for a repository when there is not yet a cached overlay-base database 
for the latest CLI version. We expect to roll this change out to everyone in 
May. <a 
href="https://redirect.github.com/github/codeql-action/pull/3880";>#3880</a></li>
   </ul>
   <h2>4.35.4 - 07 May 2026</h2>
   <ul>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4";>2.25.4</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3881";>#3881</a></li>
   </ul>
   <h2>4.35.3 - 01 May 2026</h2>
   <ul>
   <li><em>Upcoming breaking change</em>: Add a deprecation warning for 
customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL 
were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and 
will be unsupported by the next minor release of the CodeQL Action. <a 
href="https://redirect.github.com/github/codeql-action/pull/3837";>#3837</a></li>
   <li>Configurations for private registries that use Cloudsmith or GCP OIDC 
are now accepted. <a 
href="https://redirect.github.com/github/codeql-action/pull/3850";>#3850</a></li>
   <li>Best-effort connection tests for private registries now use 
<code>GET</code> requests instead of <code>HEAD</code> for better compatibility 
with various registry implementations. For NuGet feeds, the test is now always 
performed against the service index. <a 
href="https://redirect.github.com/github/codeql-action/pull/3853";>#3853</a></li>
   <li>Fixed a bug where two diagnostics produced within the same millisecond 
could overwrite each other on disk, causing one of them to be lost. <a 
href="https://redirect.github.com/github/codeql-action/pull/3852";>#3852</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/github/codeql-action/commit/54f647b7e1bb85c95cddabcd46b0c578ec92bc1a";><code>54f647b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3984";>#3984</a> 
from github/update-v4.36.3-1f34ec164</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/e78819e05527766c3c5919e3177647e280c6cb83";><code>e78819e</code></a>
 Trigger checks</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/2c9d3d63eb4941734e2d29468953529a56f5ff1c";><code>2c9d3d6</code></a>
 Update changelog for v4.36.3</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/1f34ec16430d82636d18716acc7aaa6d843b35a9";><code>1f34ec1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3983";>#3983</a> 
from github/mbg/repo-props/ff-for-config-file-prop</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/d5f0145480025b49d8b08c3f6b36e6ad41a68c90";><code>d5f0145</code></a>
 Log when repository property has a value but is ignored</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/f27f56386a3c745af8d7bbfb806098c714a5e32a";><code>f27f563</code></a>
 Add test for when the FF is off</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/0025d0f2b5676fde748a0be9725dcce18dd9f986";><code>0025d0f</code></a>
 Use FF</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/f7fa18f05d107ff6735857c3510fbff190c9a1eb";><code>f7fa18f</code></a>
 Add FF for config file repo property</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/628fc3f124e68b0151f0d2a5d81e864ee1e42335";><code>628fc3f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3979";>#3979</a> 
from github/henrymercer/overlay-db-cleanup-size-tele...</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/9cfb67bab9b32441237f92d4ba29a7f3ccff259f";><code>9cfb67b</code></a>
 Add clarifying comments</li>
   <li>Additional commits viewable in <a 
href="https://github.com/github/codeql-action/compare/8aad20d150bbac5944a9f9d289da16a4b0d87c1e...54f647b7e1bb85c95cddabcd46b0c578ec92bc1a";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `astral-sh/setup-uv` from 8.2.0 to 8.3.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/f98e06938123ccabd21905ea5d0069192241f9f1";><code>f98e069</code></a>
 Change update-docs PR labels from 'update-docs' to 'documentation' (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/945";>#945</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/cd462639a967553a16241af35461402a96978d48";><code>cd46263</code></a>
 chore: update known checksums for 0.11.27 (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/944";>#944</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/11245c7e122cd1c2297e8115d1e43fe1570f6270";><code>11245c7</code></a>
 docs: update version references to v8.3.0 (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/939";>#939</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/d31148d669074a8d0a63714ba94f3201e7020bc3";><code>d31148d</code></a>
 Strip environment markers from detected uv dependency pins (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/938";>#938</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/17c398959b4611a88929fabb5c563a8e43a0ff60";><code>17c3989</code></a>
 Fix cache keys for Python version ranges (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/937";>#937</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/3cc3c11fdf511cab39136b7c946d973d4ad0df20";><code>3cc3c11</code></a>
 chore(deps): roll up Dependabot updates (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/936";>#936</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/9225f843d7a9f80a757cf25ef48901fda69ba4bc";><code>9225f84</code></a>
 chore(deps): bump release-drafter/release-drafter from 7.3.1 to 7.4.0 (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/924";>#924</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/fc16fa3bbf37d2816834f76a1fe25d33564eaa34";><code>fc16fa3</code></a>
 chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/926";>#926</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/a1a7345c8ef5d6d3b18c6f1c247244c19f1d878c";><code>a1a7345</code></a>
 ci: call docs update workflow from release (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/933";>#933</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/a5e9cbfd5f946647f478460490fa497b0a732e63";><code>a5e9cbf</code></a>
 docs: update version references to v8.2.0 (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/932";>#932</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/setup-uv/compare/fac544c07dec837d0ccb6301d7b5580bf5edae39...f98e06938123ccabd21905ea5d0069192241f9f1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to