-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: blue-build/github-action
base: v1.9.1
head repository: blue-build/github-action
compare: v1.10.0
- 16 commits
- 5 files changed
- 5 contributors
Commits on Sep 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f726733 - Browse repository at this point
Copy the full SHA f726733View commit details
Commits on Nov 17, 2025
-
feat: set container policy to validate Blue-Build cli signature (#105)
* feat: set container policy to validate Blue-Build cli signature * Update action.yml * Update action.yml * Update action.yml * Update action.yml * Apply suggestion from @gmpinder Co-authored-by: Gerald Pinder <[email protected]> --------- Co-authored-by: Gerald Pinder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1c1e56 - Browse repository at this point
Copy the full SHA c1c1e56View commit details
Commits on Nov 18, 2025
-
feat: add provenance verification (#107)
* feat: add provenance verification * cleanup * Update action.yml Co-authored-by: Gerald Pinder <[email protected]> * comment * policy enforcement * remove sed --------- Co-authored-by: Gerald Pinder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ff2e30 - Browse repository at this point
Copy the full SHA 5ff2e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9c416 - Browse repository at this point
Copy the full SHA 9c9c416View commit details
Commits on Nov 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 07ff155 - Browse repository at this point
Copy the full SHA 07ff155View commit details
Commits on Nov 25, 2025
-
fix: enable sigstore attachments for container verification (#111)
* Configure podman to use sigstore attachments for signature verification of images from `ghcr.io/blue-build`. * Simplify container policy.json edits by adding both policies in a single `jq` command and using `+=` instead of `|= . +`. * Make uses of curl more robust by adding retries and rejecting responses with HTTP status codes indicating failure. Also use `-S` option to show error output, making it more apparent when a build failure is due to transient network issues. Also use `sudo tee` instead of running curl as root.
Configuration menu - View commit details
-
Copy full SHA for d150c94 - Browse repository at this point
Copy the full SHA d150c94View commit details -
This ensures exit codes indicating failure aren't suppressed by pipes (which could be a problem, for example, with patterns like `curl ... | sudo tee ...`).
Configuration menu - View commit details
-
Copy full SHA for 90c0826 - Browse repository at this point
Copy the full SHA 90c0826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8484206 - Browse repository at this point
Copy the full SHA 8484206View commit details -
fix: shell scripting error (#114)
Need to use `cat | sudo tee ...` rather than `sudo cat > ...` to write to a file as root.
Configuration menu - View commit details
-
Copy full SHA for 82144b7 - Browse repository at this point
Copy the full SHA 82144b7View commit details -
fix: typo in input validation step (#115)
The wrong input was being passed to `INPUT_RECHUNK`.
Configuration menu - View commit details
-
Copy full SHA for 0235ef4 - Browse repository at this point
Copy the full SHA 0235ef4View commit details
Commits on Nov 26, 2025
-
chore: replace unmaintained free-disk-space action (#117)
The `jlumbroso/free-disk-space` action is unmaintained (no commits in over 2 years). I made a GitHub action at `hastd/free-disk-space` that serves the same purpose while being up-to-date and significantly faster.
Configuration menu - View commit details
-
Copy full SHA for 172d490 - Browse repository at this point
Copy the full SHA 172d490View commit details -
chore(deps): bump docker/setup-buildx-action from 3.11.0 to 3.11.1 (#85)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@18ce135...e468171) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gerald Pinder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44643a8 - Browse repository at this point
Copy the full SHA 44643a8View commit details -
chore(deps): bump sigstore/cosign-installer from 3.9.1 to 4.0.0 (#101)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.9.1 to 4.0.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@398d4b0...faadad0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 64929dd - Browse repository at this point
Copy the full SHA 64929ddView commit details -
chore(deps): bump actions/checkout from 4.2.2 to 6.0.0 (#110)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 25b6acb - Browse repository at this point
Copy the full SHA 25b6acbView commit details -
chore(deps): bump googleapis/release-please-action from 4.2.0 to 4.4.0 (
#102) Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please-action@a02a34c...16a9c90) --- updated-dependencies: - dependency-name: googleapis/release-please-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2cb877 - Browse repository at this point
Copy the full SHA d2cb877View commit details -
chore(main): release 1.10.0 (#108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d15e0a - Browse repository at this point
Copy the full SHA 5d15e0aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.1...v1.10.0