ci(security): pin third-party actions to digests in build-images.yml - #2094
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
cyberantonz
approved these changes
Jul 31, 2026
cyberantonz
approved these changes
Jul 31, 2026
Same change as the rest of the workflows, kept apart because this file publishes every image and the umbrella chart: a problem here stops delivery rather than a test, so it needs to be reviewable and revertable on its own. Signed-off-by: Gregory Gogin <grigoriy.gogin@constructor.tech>
Gregory91G
force-pushed
the
ci/pin-actions-build-images
branch
from
July 31, 2026 18:05
fedab99 to
57fc697
Compare
10 tasks
ktursunov
pushed a commit
that referenced
this pull request
Aug 4, 2026
The rebase landed on top of #2093/#2094, which pinned every third-party action in these two files. The lines this branch added were pinned independently and to different revisions of the same actions, which left the repo naming one action at two digests — the state pinning exists to prevent. Aligned on what the rest of the tree already carries: docker/login-action and docker/setup-buildx-action (four call sites that were still on a floating tag), attest-build-provenance, and setup-uv. Signed-off-by: Konstantin Tursunov <Konstantin.Tursunov@constructor.tech>
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.
Refs #2020. Second half of #2093 — same change, isolated on purpose.
This file builds and publishes every image and the umbrella chart. A mistake here stops delivery rather than a test, so it is kept reviewable and revertable on its own rather than folded into the 62-line change across the other six workflows.
64 references rewritten, 10 distinct tags resolved through the GitHub API. Nothing else in the file is touched.
Test plan
build-images.ymlhas 0 references left on a tagworkflow_dispatchso the pins are exercised before they reach main