Skip to content

github-actions: bump imjasonh/setup-crane from 0.4 to 0.6#575

Merged
bgentry merged 1 commit into
masterfrom
dependabot/github_actions/imjasonh/setup-crane-0.5
Jun 23, 2026
Merged

github-actions: bump imjasonh/setup-crane from 0.4 to 0.6#575
bgentry merged 1 commit into
masterfrom
dependabot/github_actions/imjasonh/setup-crane-0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Copy link
Copy Markdown
Contributor

Bumps imjasonh/setup-crane from 0.4 to 0.6.

Release notes

Sourced from imjasonh/setup-crane's releases.

v0.6

What's Changed

New Contributors

Full Changelog: imjasonh/setup-crane@v0.5...v0.6

v0.5

What's Changed

New Contributors

Full Changelog: imjasonh/setup-crane@v0.4...v0.5

Commits
  • 59c71e9 Merge pull request #18 from amouat/harden-action-env
  • 67f282d Update use-action.yaml
  • 9feaf12 Pass action inputs via env to prevent script injection
  • 6da1ae0 Merge pull request #17 from markusthoemmes/reliability
  • a224f66 Skip release lookup and retry download errors
  • 7b22c9e Update README.md
  • See full diff in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github May 17, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 17, 2026
@bgentry

bgentry commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [imjasonh/setup-crane](https://github.com/imjasonh/setup-crane) from 0.4 to 0.6.
- [Release notes](https://github.com/imjasonh/setup-crane/releases)
- [Commits](imjasonh/setup-crane@v0.4...v0.6)

---
updated-dependencies:
- dependency-name: imjasonh/setup-crane
  dependency-version: '0.5'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title github-actions: bump imjasonh/setup-crane from 0.4 to 0.5 github-actions: bump imjasonh/setup-crane from 0.4 to 0.6 Jun 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/imjasonh/setup-crane-0.5 branch from 491b2b6 to 0333031 Compare June 23, 2026 12:44

@bgentry bgentry left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Codex review: Security review looks good to me.

I reviewed this as a dependency-upgrade supply-chain/security pass for the imjasonh/setup-crane update from v0.4 to v0.6 at PR head 0333031c5522183c0e08eebbb65c8a29fbec9b00.

Scope reviewed:

  • Confirmed the rebased PR only updates the two imjasonh/setup-crane references in the pro Docker workflow.
  • Compared upstream action metadata and the v0.4...v0.6 source diff. The action remains a composite bash action.
  • Reviewed the v0.5 behavior change from an authenticated GitHub release API lookup to the GitHub releases/latest/download URL with retry for the crane tarball.
  • Reviewed the v0.6 hardening change that moves inputs.version, runner.os, and github.token into step-level environment variables before shell use, reducing composite-action script-injection exposure while preserving behavior.
  • Checked the expected sensitive behavior: it still downloads the selected go-containerregistry crane release tarball and logs github.token into ghcr.io with crane auth login.

Local validation completed on the rebased head:

  • npm run lint
  • npm run test:once
  • npm run build
  • make lint
  • make test

No blocking findings. Residual risk is that River UI uses the action's default latest-release crane selection, so the downloaded go-containerregistry binary remains a moving runtime dependency; the unused version: tip path still installs from main, but this workflow does not select it.

@bgentry bgentry merged commit be8874f into master Jun 23, 2026
16 of 18 checks passed
@bgentry bgentry deleted the dependabot/github_actions/imjasonh/setup-crane-0.5 branch June 23, 2026 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant