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: bats-core/bats-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: bats-core/bats-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 7 contributors

Commits on Oct 11, 2025

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

Commits on Oct 15, 2025

  1. remove ubuntu 20.04 from test matrix (#63)

    * remove ubuntu 20.04 from test matrix
    
    * fixup!
    brokenpip3 authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    7c1220d View commit details
    Browse the repository at this point in the history
  2. Allow configuring the github-token used (#60)

    * Allow configuring the github-token used
    
    * Pass inputs.github-token via env
    
    Interpolating inputs directly is an injection vector; passing through
    environment variables is a security best-practice[^1].
    
    [^1]: https://docs.github.com/en/enterprise-cloud@latest/enterprise-onboarding/github-actions-for-your-enterprise/security-hardening-for-github-actions#using-an-intermediate-environment-variable
    
    ---------
    
    Co-authored-by: Luigi Operoso <[email protected]>
    pbrisbin and brokenpip3 authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    286adea View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

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

Commits on Jan 6, 2026

  1. Bump the actions group with 5 updates (#64)

    Bumps the actions group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/cache](https://github.com/actions/cache) | `4.2.2` | `4.3.0` |
    | [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `5.0.0` |
    | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.0` | `2.4.3` |
    | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.3` | `4.6.2` |
    | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.7` | `4.30.8` |
    
    
    Updates `actions/cache` from 4.2.2 to 4.3.0
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@d4323d4...0057852)
    
    Updates `actions/checkout` from 4.1.1 to 5.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.1...08c6903)
    
    Updates `ossf/scorecard-action` from 2.4.0 to 2.4.3
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@62b2cac...4eaacf0)
    
    Updates `actions/upload-artifact` from 4.3.3 to 4.6.2
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@6546280...ea165f8)
    
    Updates `github/codeql-action` from 3.26.7 to 4.30.8
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8214744...f443b60)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: 4.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: actions/checkout
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: ossf/scorecard-action
      dependency-version: 2.4.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-version: 4.6.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: github/codeql-action
      dependency-version: 4.30.8
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Luigi Operoso <[email protected]>
    dependabot[bot] and brokenpip3 authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    6371195 View commit details
    Browse the repository at this point in the history
  2. allow disabling the github token (#66)

    Co-authored-by: Luigi Operoso <[email protected]>
    waldner and brokenpip3 authored Jan 6, 2026
    1 Configuration menu
    Copy the full SHA
    6709b66 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Configuration menu
    Copy the full SHA
    77d6fb6 View commit details
    Browse the repository at this point in the history
Loading