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/measure-innersource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 317449d
Choose a base ref
...
head repository: github/measure-innersource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88bf4a7
Choose a head ref
  • 8 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 22, 2025

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

    Bumps the dependencies group with 2 updates: [black](https://github.com/psf/black) and [mypy](https://github.com/python/mypy).
    
    
    Updates `black` from 25.1.0 to 25.9.0
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@25.1.0...25.9.0)
    
    Updates `mypy` from 1.18.1 to 1.18.2
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.18.1...v1.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-version: 25.9.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: mypy
      dependency-version: 1.18.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    4f8b5c5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump actions/stale from 9.1.0 to 10.0.0

    Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 10.0.0.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v9.1.0...v10.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 10.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    c5b3af0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump github/ospo-reusable-workflows

    Bumps the dependencies group with 1 update: [github/ospo-reusable-workflows](https://github.com/github/ospo-reusable-workflows).
    
    
    Updates `github/ospo-reusable-workflows` from 0.5.3 to 0.5.4
    - [Release notes](https://github.com/github/ospo-reusable-workflows/releases)
    - [Changelog](https://github.com/github/ospo-reusable-workflows/blob/main/docs/release-discussion.md)
    - [Commits](github/ospo-reusable-workflows@c9afb9b...26eec20)
    
    ---
    updated-dependencies:
    - dependency-name: github/ospo-reusable-workflows
      dependency-version: 0.5.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    63bcdb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66d94c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    745c010 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebb2eec View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. fix: go back to using root user in Dockerfile

    We have to do this because we have no active way to change permissions to $GITHUB_OUTPUT to a specific user when running the container
    
    Add trivy ignore to top of Dockerfile to pass linting
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    7897bbd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from github/jm_go_back_to_root_in_container

    fix: go back to using root user in Dockerfile
    jmeridth authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    88bf4a7 View commit details
    Browse the repository at this point in the history
Loading