Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: astral-sh/setup-uv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.1
Choose a base ref
...
head repository: astral-sh/setup-uv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.2
Choose a head ref
  • 4 commits
  • 11 files changed
  • 5 contributors

Commits on Oct 24, 2025

  1. Use tar for extracting the uv zip file on Windows too (#660)

    Use extractTar() instead of extractZip() which is very slow for some
    reason (0.3s vs 10s)
    
    Fixes #659
    lazka authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    29cd235 View commit details
    Browse the repository at this point in the history
  2. chore: update known checksums for 0.9.5 (#663)

    chore: update known checksums for 0.9.5
    
    Co-authored-by: eifinger <[email protected]>
    github-actions[bot] and eifinger authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    14d5571 View commit details
    Browse the repository at this point in the history
  3. Bump github/codeql-action from 4.30.8 to 4.30.9 (#652)

    Bumps [github/codeql-action](https://github.com/github/codeql-action)
    from 4.30.8 to 4.30.9.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/releases">github/codeql-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.30.9</h2>
    <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>4.30.9 - 17 Oct 2025</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.23.3. <a
    href="https://redirect.github.com/github/codeql-action/pull/3205">#3205</a></li>
    <li>Experimental: A new <code>setup-codeql</code> action has been added
    which is similar to <code>init</code>, except it only installs the
    CodeQL CLI and does not initialize a database. Do not use this in
    production as it is part of an internal experiment and subject to change
    at any time. <a
    href="https://redirect.github.com/github/codeql-action/pull/3204">#3204</a></li>
    </ul>
    <p>See the full <a
    href="https://github.com/github/codeql-action/blob/v4.30.9/CHANGELOG.md">CHANGELOG.md</a>
    for more information.</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'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>
    <p>No user facing changes.</p>
    <h2>4.30.9 - 17 Oct 2025</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.23.3. <a
    href="https://redirect.github.com/github/codeql-action/pull/3205">#3205</a></li>
    <li>Experimental: A new <code>setup-codeql</code> action has been added
    which is similar to <code>init</code>, except it only installs the
    CodeQL CLI and does not initialize a database. Do not use this in
    production as it is part of an internal experiment and subject to change
    at any time. <a
    href="https://redirect.github.com/github/codeql-action/pull/3204">#3204</a></li>
    </ul>
    <h2>4.30.8 - 10 Oct 2025</h2>
    <p>No user facing changes.</p>
    <h2>4.30.7 - 06 Oct 2025</h2>
    <ul>
    <li>[v4+ only] The CodeQL Action now runs on Node.js v24. <a
    href="https://redirect.github.com/github/codeql-action/pull/3169">#3169</a></li>
    </ul>
    <h2>3.30.6 - 02 Oct 2025</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.23.2. <a
    href="https://redirect.github.com/github/codeql-action/pull/3168">#3168</a></li>
    </ul>
    <h2>3.30.5 - 26 Sep 2025</h2>
    <ul>
    <li>We fixed a bug that was introduced in <code>3.30.4</code> with
    <code>upload-sarif</code> which resulted in files without a
    <code>.sarif</code> extension not getting uploaded. <a
    href="https://redirect.github.com/github/codeql-action/pull/3160">#3160</a></li>
    </ul>
    <h2>3.30.4 - 25 Sep 2025</h2>
    <ul>
    <li>We have improved the CodeQL Action's ability to validate that the
    workflow it is used in does not use different versions of the CodeQL
    Action for different workflow steps. Mixing different versions of the
    CodeQL Action in the same workflow is unsupported and can lead to
    unpredictable results. A warning will now be emitted from the
    <code>codeql-action/init</code> step if different versions of the CodeQL
    Action are detected in the workflow file. Additionally, an error will
    now be thrown by the other CodeQL Action steps if they load a
    configuration file that was generated by a different version of the
    <code>codeql-action/init</code> step. <a
    href="https://redirect.github.com/github/codeql-action/pull/3099">#3099</a>
    and <a
    href="https://redirect.github.com/github/codeql-action/pull/3100">#3100</a></li>
    <li>We added support for reducing the size of dependency caches for Java
    analyses, which will reduce cache usage and speed up workflows. This
    will be enabled automatically at a later time. <a
    href="https://redirect.github.com/github/codeql-action/pull/3107">#3107</a></li>
    <li>You can now run the latest CodeQL nightly bundle by passing
    <code>tools: nightly</code> to the <code>init</code> action. In general,
    the nightly bundle is unstable and we only recommend running it when
    directed by GitHub staff. <a
    href="https://redirect.github.com/github/codeql-action/pull/3130">#3130</a></li>
    <li>Update default CodeQL bundle version to 2.23.1. <a
    href="https://redirect.github.com/github/codeql-action/pull/3118">#3118</a></li>
    </ul>
    <h2>3.30.3 - 10 Sep 2025</h2>
    <p>No user facing changes.</p>
    <h2>3.30.2 - 09 Sep 2025</h2>
    <ul>
    <li>Fixed a bug which could cause language autodetection to fail. <a
    href="https://redirect.github.com/github/codeql-action/pull/3084">#3084</a></li>
    <li>Experimental: The <code>quality-queries</code> input that was added
    in <code>3.29.2</code> as part of an internal experiment is now
    deprecated and will be removed in an upcoming version of the CodeQL
    Action. It has been superseded by a new <code>analysis-kinds</code>
    input, which is part of the same internal experiment. Do not use this in
    production as it is subject to change at any time. <a
    href="https://redirect.github.com/github/codeql-action/pull/3064">#3064</a></li>
    </ul>
    <h2>3.30.1 - 05 Sep 2025</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.23.0. <a
    href="https://redirect.github.com/github/codeql-action/pull/3077">#3077</a></li>
    </ul>
    <h2>3.30.0 - 01 Sep 2025</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/codeql-action/commit/16140ae1a102900babc80a33c44059580f687047"><code>16140ae</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/3213">#3213</a>
    from github/update-v4.30.9-70205d3d1</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/30db5fee08fa0be23eee96b4496f7352d9f29f86"><code>30db5fe</code></a>
    Update changelog for v4.30.9</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/70205d3d123f562983bd79625547bda0f3ac0e49"><code>70205d3</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/3211">#3211</a>
    from github/mbg/init/starting-partial-config</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/697c209bfca8233b036e2484d56dd6d373055e17"><code>697c209</code></a>
    Merge remote-tracking branch 'origin/main' into
    mbg/init/starting-partial-config</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/1bd53ba38c522699e557edfba608ac9423db9a48"><code>1bd53ba</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/3205">#3205</a>
    from github/update-bundle/codeql-bundle-v2.23.3</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/cac4df0c798faa8010a1a06712c7d1e8449e9150"><code>cac4df0</code></a>
    Rebuild</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/77e5c0d0a22917bff475a451f4bfaaf2beac0a64"><code>77e5c0d</code></a>
    Merge branch 'main' into update-bundle/codeql-bundle-v2.23.3</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/97a4f751be6792e7470adaf5465d9dbb26b9a3d1"><code>97a4f75</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/3204">#3204</a>
    from github/mbg/setup-codeql</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/2d5512b361168357c4197bb366d28d625c8bf747"><code>2d5512b</code></a>
    Merge remote-tracking branch 'origin/main' into
    mbg/init/starting-partial-config</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/fa7bdf055936bea552da9c58f425daa8bb13d51d"><code>fa7bdf0</code></a>
    Call <code>getAnalysisKinds</code> a second time, and ignore exceptions
    thrown during th...</li>
    <li>Additional commits viewable in <a
    href="https://github.com/github/codeql-action/compare/f443b600d91635bebf5b0d9ebc620189c0d6fba5...16140ae1a102900babc80a33c44059580f687047">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=4.30.8&new-version=4.30.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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 merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    22d500a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2025

  1. Bump dependencies (#664)

    eifinger authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    8585678 View commit details
    Browse the repository at this point in the history
Loading