chore: bump GHA major versions (checkout v3→v6, login-action v2→v4, build-push v4→v7)#73
Merged
Conversation
…uild-push v4→v7) Bundles three Dependabot major-version bumps for the release-only build_and_push workflow: - actions/checkout v3 → v6 (Node 24; requires Runner v2.329.0+) - docker/login-action v2 → v4 (Node 24; requires Runner v2.327.1+) - docker/build-push-action v4 → v7 (Node 24; default SLSA provenance attestations since v5; v7 removed deprecated DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS env vars — neither used here) GitHub-hosted ubuntu-latest meets all runner-version floors. Provenance attestations land in the manifest by default; Watchtower compares digests so the auto-rotation flow is unaffected. Supersedes #55, #56, #57. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
go.yml runs Build + Lint on every push (real CI on PRs — Dependabot was actually bumping these v1 call sites, not the v3 in build_and_push.yml which I caught first). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bundles three Dependabot major-version bumps for the release-only
build_and_pushworkflow into one PR:actions/checkoutv3 → v6 — Node 24 default runtime, persists credentials to$RUNNER_TEMPinstead of git config (requires Actions Runner v2.329.0+)docker/login-actionv2 → v4 — Node 24 default runtime (requires Runner v2.327.1+)docker/build-push-actionv4 → v7 — Node 24 default runtime, default SLSA provenance attestations since v5, v7 removed deprecatedDOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenv vars (neither used here)What to watch for
GitHub-hosted
ubuntu-latestrunners always meet the runner-version floors.Provenance attestations bundle into the image manifest by default since
docker/build-push-action@v5. Watchtower compares digests so the auto-rotation flow on traycer is unaffected. If the manifest size ever becomes a concern, setprovenance: falseon the build-push step.The workflow only fires on
release: publishedso the real-world validation is the next release tag cut. No production impact from the merge itself.Test plan
uses:line changes, no other YAML touchedSupersedes #55, #56, #57 — closing those after this merges.
🤖 Generated with Claude Code