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: blue-build/github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.3
Choose a base ref
...
head repository: blue-build/github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Jul 17, 2025

  1. chore(deps): bump sigstore/cosign-installer from 3.9.0 to 3.9.1 (#87)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.9.0 to 3.9.1.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@fb28c2b...398d4b0)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-version: 3.9.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>
    dependabot[bot] authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    b94ba10 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

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

Commits on Sep 2, 2025

  1. feat: add retry_push_count option to expose retry-push CLI options (#91)

    It's reasonable common for the image pushing step to fail in CI due to
    transient network issues, so it makes sense to expose the `--retry-push`
    and `--retry-count` options in the GitHub action. This adds a
    `retry_push_count` option to the action that defaults to 0, and if set
    to be nonzero, it enables `--retry-push` and passes the retry count to
    the CLI.
    
    I also did a bit of minor cleanup of the action:
    * Updated actions/checkout to v5.0.0.
    * Added `persist-credentials: false` to actions/checkout for security,
      per Zizmor recommendation.
    * Converted direct template expansions (which are potentially
      vulnerable to code injection attacks) into environment variables.
    * Quoted shell variables to prevent unintended shell splitting.
    
    Signed-off-by: Daniel Hast <[email protected]>
    HastD authored Sep 2, 2025
    1 Configuration menu
    Copy the full SHA
    2c22aca View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. chore(main): release 1.9.0 (#95)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    5a97103 View commit details
    Browse the repository at this point in the history
Loading