ci: bump factory pins to latest main - #22047
Merged
Merged
Conversation
zhwrd
approved these changes
Jul 27, 2026
raffaele-oplabs
approved these changes
Jul 27, 2026
Picks up the actions/plan SIGPIPE fix (factory#46) that fails the plan step on PRs changing more than 50 files, plus melange Cargo profile and isolated artifact fixes.
falcorocks
force-pushed
the
falcorocks/bump-factory-pins
branch
from
July 30, 2026 15:02
71d1f54 to
bb36a0d
Compare
falcorocks
enabled auto-merge
July 30, 2026 15:02
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
Bumps all
ethereum-optimism/factoryaction and reusable-workflow pins inbuild-images.yamlandbuild-images.apko.yamlto the latestmaincommit80fb1914d8f68ea4ac277beff4541cc4a669569f.The motivating change is ethereum-optimism/factory#46, which fixes the
actions/planstep failing withecho: write error: Broken pipeunderpipefailon PRs that change more than 50 files. That failure skipped the downstream image build and smoke-test jobs.Other factory changes picked up by the bump:
BASH_REMATCHfix