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: tox-dev/tox-uv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.33.0
Choose a base ref
...
head repository: tox-dev/tox-uv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.33.1
Choose a head ref
  • 8 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 26, 2026

  1. Add security policy

    gaborbernat committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    3491920 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Move SECURITY.md to .github/SECURITY.md

    GitHub recognizes SECURITY.md in .github/ directory. Remove the
    duplicate from repo root.
    gaborbernat authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    5bbb141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b2d27e View commit details
    Browse the repository at this point in the history
  3. Add permissions to workflows (#299)

    ## Summary
    - Add explicit `permissions: contents: read` to workflow files
    - Satisfies the `actions/missing-workflow-permissions` code scanning
    rule
    gaborbernat authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    f319237 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/upload-artifact from 6 to 7 (#301)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
    dependabot[bot] and gaborbernat authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    3b1bfdc View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/download-artifact from 7 to 8 (#300)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
    dependabot[bot] and gaborbernat authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    04f170d View commit details
    Browse the repository at this point in the history
  6. Add missing .github config files

    Add missing .github configuration files: dependabot.yml release.yml
    FUNDING.yml
    gaborbernat authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    c6846ee View commit details
    Browse the repository at this point in the history
  7. Standardize .github files to .yaml suffix

    Remove .yml duplicates and rename to .yaml where needed: delete
    dependabot.yml delete release.yml delete FUNDING.yml
    gaborbernat authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    deef4de View commit details
    Browse the repository at this point in the history
Loading