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/evergreen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.20.4
Choose a base ref
...
head repository: github/evergreen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.20.5
Choose a head ref
  • 14 commits
  • 9 files changed
  • 3 contributors

Commits on May 31, 2025

  1. fix: docker image content

    - [x] add .dockerignore to ensure non application files/test files don't get into the container image
    
    Tested locally with the following commands:
    
    ```bash
    ➜ docker build . --tag test:1
    ➜ docker run -it --rm --name debug --entrypoint /bin/bash test:1
    
    ## inside container
    
    root@3624b051f2c8:/action/workspace# ls -lah
    total 44K
    drwxr-xr-x 1 root root 4.0K May 27 13:11 .
    drwxr-xr-x 1 root root 4.0K May 27 13:11 ..
    -rw-r--r-- 1 root root 1.8K Jan  7 10:26 auth.py
    -rw-r--r-- 1 root root 4.4K Mar 30 23:25 env.py
    -rw-r--r-- 1 root root   68 Apr  4 04:04 requirements.txt
    -rwxr-xr-x 1 root root  14K May 27 12:11 stale_repos.py
    ```
    
    Signed-off-by: jmeridth <[email protected]>
    jmeridth committed May 31, 2025
    Configuration menu
    Copy the full SHA
    dd82b92 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

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

Commits on Jun 2, 2025

  1. chore(deps): bump types-requests from 2.32.0.20250515 to 2.32.0.20250602

    Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.0.20250515 to 2.32.0.20250602.
    - [Commits](https://github.com/typeshed-internal/stub_uploader/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-requests
      dependency-version: 2.32.0.20250602
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    40d7e4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #359 from github/dependabot/pip/types-requests-2.3…

    …2.0.20250602
    
    chore(deps): bump types-requests from 2.32.0.20250515 to 2.32.0.20250602
    zkoppert authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    e981333 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump the dependencies group with 3 updates

    Bumps the dependencies group with 3 updates: [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest) and ruamel-yaml.
    
    
    Updates `mypy` from 1.15.0 to 1.16.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.15.0...v1.16.0)
    
    Updates `pytest` from 8.3.5 to 8.4.0
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.5...8.4.0)
    
    Updates `ruamel-yaml` from 0.18.11 to 0.18.12
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.16.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: pytest
      dependency-version: 8.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: ruamel-yaml
      dependency-version: 0.18.12
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    4f13987 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. chore(deps): bump the dependencies group with 2 updates

    Bumps the dependencies group with 2 updates: [github/ospo-reusable-workflows](https://github.com/github/ospo-reusable-workflows) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action).
    
    
    Updates `github/ospo-reusable-workflows` from 0.5.0 to 0.5.1
    - [Release notes](https://github.com/github/ospo-reusable-workflows/releases)
    - [Changelog](https://github.com/github/ospo-reusable-workflows/blob/main/docs/release-image.md)
    - [Commits](github/ospo-reusable-workflows@10cfc2f...6f158f2)
    
    Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@f49aabe...05b42c6)
    
    ---
    updated-dependencies:
    - dependency-name: github/ospo-reusable-workflows
      dependency-version: 0.5.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: ossf/scorecard-action
      dependency-version: 2.4.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    63f0334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc031f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ed022e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. chore(deps): bump python in the dependencies group (#360)

    Bumps the dependencies group with 1 update: python.
    
    
    Updates `python` from 3.13.3-slim to 3.13.4-slim
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-version: 3.13.4-slim
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    da64216 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the dependencies group with 2 updates (#362)

    Bumps the dependencies group with 2 updates: [requests](https://github.com/psf/requests) and ruamel-yaml.
    
    
    Updates `requests` from 2.32.3 to 2.32.4
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.3...v2.32.4)
    
    Updates `ruamel-yaml` from 0.18.12 to 0.18.14
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: ruamel-yaml
      dependency-version: 0.18.14
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    4b398c7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github/codeql-action in the dependencies group (#361)

    Bumps the dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 3.28.18 to 3.28.19
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@ff0a06e...fca7ace)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.28.19
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    507e67d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. chore(deps): bump the dependencies group with 3 updates (#364)

    Bumps the dependencies group with 3 updates: [mypy](https://github.com/python/mypy), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [types-requests](https://github.com/typeshed-internal/stub_uploader).
    
    
    Updates `mypy` from 1.16.0 to 1.16.1
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.16.0...v1.16.1)
    
    Updates `pytest-cov` from 6.1.1 to 6.2.1
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v6.1.1...v6.2.1)
    
    Updates `types-requests` from 2.32.0.20250602 to 2.32.4.20250611
    - [Commits](https://github.com/typeshed-internal/stub_uploader/commits)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.16.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: pytest-cov
      dependency-version: 6.2.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: types-requests
      dependency-version: 2.32.4.20250611
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    782463e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump python in the dependencies group (#366)

    Bumps the dependencies group with 1 update: python.
    
    
    Updates `python` from 3.13.4-slim to 3.13.5-slim
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-version: 3.13.5-slim
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    33a14bb View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump the dependencies group with 2 updates (#365)

    Bumps the dependencies group with 2 updates: [github/contributors](https://github.com/github/contributors) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/contributors` from 1.5.8 to 1.5.9
    - [Release notes](https://github.com/github/contributors/releases)
    - [Commits](github/contributors@6949781...4d90d92)
    
    Updates `github/codeql-action` from 3.28.19 to 3.29.0
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@fca7ace...ce28f5b)
    
    ---
    updated-dependencies:
    - dependency-name: github/contributors
      dependency-version: 1.5.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: github/codeql-action
      dependency-version: 3.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    9e42bbd View commit details
    Browse the repository at this point in the history
Loading