build(deps): companion pin docker/setup-buildx-action v4.4.1 (alert/PR #64) - #65
Merged
Merged
Conversation
Update REVIEWED_ACTION_PINS and both workflow uses lines so ci.yml and vuln-watch.yml match the reviewed SHA/comment for Dependabot #64 (4.3.0 -> 4.4.1). Dependabot cannot express the hardcoded pin-table update, so this companion lands on a dev/eng branch instead of dependabot/**. Co-authored-by: John Osumi <sumitake@users.noreply.github.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 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 |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
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.
Supersedes Dependabot #64. After this lands, leave #64 open for Ops to close as superseded — do not dismiss security alerts (none are open for this pin).
Dependabot already bumped the workflow SHAs on
dependabot/github_actions/actions-minor-patch-b530e7f9d1(8cfdf9f6350d2de879315625f2cc188168e38fb9), but CI failsrepository-metadataWorkflow policy becausescripts/check_workflow_policy.pyREVIEWED_ACTION_PINSstill expects37fe6310…/v4.3.0. Dependabot cannot express that hardcoded pin-table update, which is the standing split for a companion PR.This branch is
dev/eng/companion-setup-buildx-action-v4.4.1from currentmain(af1f61d). Nothing was pushed ontodependabot/**.Summary
Review-pin
docker/setup-buildx-actiontof87e5991a6d7451dcb8d9637bfbc97413f497069(# v4.4.1) in:REVIEWED_ACTION_PINS["docker/setup-buildx-action"].github/workflows/ci.yml.github/workflows/vuln-watch.ymlNo other workflow uses this action. No tests/fixtures hardcoded the old SHA or
v4.3.0. Changelog records the reviewed pin.v4.4.1 notes (from Dependabot #64): skip BuildKit image pre-pulls for explicit endpoints; v4.4.0 pulled BuildKit before builder creation and used official Buildx releases for the cloud driver.
Test plan
f87e5991a6d7451dcb8d9637bfbc97413f497069/v4.4.1python3 scripts/check_workflow_policy.py .github/workflowsreportsworkflow policy checks passedpython3 -m unittest tests.repository.test_workflow_policy -v— 42 tests, OKpython3 scripts/sanitize_public.py --trackedreportssanitization passedf98e4a8(repository-metadata,container/buildx,shellbats, go, worker, sanitization, CodeQL, dependency-review). Non-requiredgithub-advanced-security/ Copilot autofind failed withCAPIError: 400 The requested model is not supported— platform issue, not this pin.PUBLIC-SAFETY checklist
python3 scripts/sanitize_public.py --trackedlocally and it reportedsanitization passed.python3 scripts/check_repository_metadata.py— N/A (does not touch governance/repository metadata; workflow policy is covered by the checker above)Additional context
Out of scope: npm PR #61 (
@dependabot recreate), Vitest majors #62/#63, and any push ontodependabot/github_actions-actions-minor-patch-*or otherdependabot/**refs.