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: CodSpeedHQ/action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.10.6
Choose a base ref
...
head repository: CodSpeedHQ/action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.11.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 17, 2026

  1. feat: add SHA256 hash verification for the installer script (#189)

    Verify the installer script's SHA256 hash against pinned values before
    execution, closing a supply chain gap. The expected hashes are stored in
    .codspeed-runner-installer-hashes.json (sourced from GitHub API digests).
    
    - For pinned release versions: download to temp file, verify hash, fail on
      mismatch or missing hash
    - For latest/branch/rev: warn that hash verification is not available
    - Add `skip-hash-check` input to bypass verification if needed
    - Update bump-runner-version workflow to fetch and store the hash
    
    Ref: COD-2243
    art049 authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    2f0adbd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. chore: bump runner version to 4.11.0 (#190)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    9f9b098 View commit details
    Browse the repository at this point in the history
  2. Release v4.11.0 🚀

    adriencaccia committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    2ac5728 View commit details
    Browse the repository at this point in the history
Loading