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: github-community-projects/contributors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.8
Choose a base ref
...
head repository: github-community-projects/contributors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.9
Choose a head ref
  • 11 commits
  • 13 files changed
  • 3 contributors

Commits on Apr 9, 2026

  1. fix: suppress uv hardlink warning with UV_LINK_MODE=copy

    When running as a GitHub Action, the uv cache and target .venv directory
    end up on different filesystems (container overlay vs host mount), causing
    uv to emit a noisy warning on every run. Setting UV_LINK_MODE=copy tells
    uv to use copy mode directly, suppressing the warning.
    
    Signed-off-by: Zack Koppert <zkoppert@github.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    zkoppert and Copilot committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    65dfff3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Configuration menu
    Copy the full SHA
    326355d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. chore(deps): bump kenyonj/mark-ready-when-ready (#455)

    Bumps [kenyonj/mark-ready-when-ready](https://github.com/kenyonj/mark-ready-when-ready) from b6279addd55dd13208965a9eff24b2cf1989a8ef to 0ef6176fc2ddef5bab6cb4ab9517a37f0c153ba4.
    - [Release notes](https://github.com/kenyonj/mark-ready-when-ready/releases)
    - [Commits](kenyonj/mark-ready-when-ready@b6279ad...b6279ad)
    
    ---
    updated-dependencies:
    - dependency-name: kenyonj/mark-ready-when-ready
      dependency-version: b6279addd55dd13208965a9eff24b2cf1989a8ef
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    a47736c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the dependencies group with 3 updates (#454)

    Bumps the dependencies group with 3 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner), [github-community-projects/contributors](https://github.com/github-community-projects/contributors) and [super-linter/super-linter](https://github.com/super-linter/super-linter).
    
    
    Updates `step-security/harden-runner` from 2.16.0 to 2.16.1
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@fa2e9d6...f808768)
    
    Updates `github-community-projects/contributors` from 2.0.4 to 2.0.7
    - [Release notes](https://github.com/github-community-projects/contributors/releases)
    - [Commits](08ba119...52a3496)
    
    Updates `super-linter/super-linter` from 8.5.0 to 8.6.0
    - [Release notes](https://github.com/super-linter/super-linter/releases)
    - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
    - [Commits](super-linter/super-linter@61abc07...9e86335)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.16.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: github-community-projects/contributors
      dependency-version: 2.0.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: super-linter/super-linter
      dependency-version: 8.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    b30a05d View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump types-requests from 2.33.0.20260327 to 2.33.0.20260…

    …402 (#457)
    
    Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260327 to 2.33.0.20260402.
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-requests
      dependency-version: 2.33.0.20260402
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    6b5f6f4 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump mypy from 1.19.1 to 1.20.0 in the dependencies group (

    #456)
    
    Bumps the dependencies group with 1 update: [mypy](https://github.com/python/mypy).
    
    
    Updates `mypy` from 1.19.1 to 1.20.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.19.1...v1.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.20.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    11deba2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. chore(deps): bump pytest from 9.0.2 to 9.0.3 (#458)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@9.0.2...9.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-version: 9.0.3
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    79209d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. chore(deps): bump actions/upload-artifact in the dependencies group (#…

    …459)
    
    Bumps the dependencies group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@bbbca2d...043fb46)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    0436d82 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump types-requests from 2.33.0.20260402 to 2.33.0.20260…

    …408 (#460)
    
    Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260402 to 2.33.0.20260408.
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-requests
      dependency-version: 2.33.0.20260408
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    f4a0a67 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. chore(deps): bump mypy from 1.20.0 to 1.20.1 in the dependencies group (

    #462)
    
    Bumps the dependencies group with 1 update: [mypy](https://github.com/python/mypy).
    
    
    Updates `mypy` from 1.20.0 to 1.20.1
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.20.0...v1.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.20.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    160a75f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the dependencies group with 3 updates (#461)

    Bumps the dependencies group with 3 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner), [github/codeql-action](https://github.com/github/codeql-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
    
    
    Updates `step-security/harden-runner` from 2.17.0 to 2.19.0
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@f808768...8d3c67d)
    
    Updates `github/codeql-action` from 4.35.1 to 4.35.2
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@c10b806...95e58e9)
    
    Updates `astral-sh/setup-uv` from 8.0.0 to 8.1.0
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@cec2083...0880764)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.19.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github/codeql-action
      dependency-version: 4.35.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: astral-sh/setup-uv
      dependency-version: 8.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    9c4c2b6 View commit details
    Browse the repository at this point in the history
Loading