Skip to content

Commit 23936a1

Browse files
committed
ci: pin the bridge action to the merged main commit
voidzero-dev/pkg-pr-registry-bridge#86 is merged and deployed, so both pins move from that PR's branch head to the resulting main commit and the TODO comments go away. Worth noting the old pin was stale even against the branch: fd9ad0e predated the simplify pass and the second review round, so it would have run the action without the SR-6 hardening (tar size-field agreement, artifact size and count bounds, the long-path refusal). Verified action.yml and the bundled dist resolve at the new SHA.
1 parent 05d837f commit 23936a1

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/publish-preview-register.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ jobs:
135135
# minted here; no admin-token, so no bridge secret lives in this repo.
136136
- name: Publish to the registry bridge
137137
id: bridge
138-
# TODO: repoint to a main SHA once voidzero-dev/pkg-pr-registry-bridge#86
139-
# merges. Pinned to that PR's head so this can be tested end to end first.
140-
uses: voidzero-dev/pkg-pr-registry-bridge@fd9ad0e5878ecbd6fd525bc01ac706838795ee90 # oidc branch
138+
uses: voidzero-dev/pkg-pr-registry-bridge@4ca2c31c250c7137ae191bf01a8bb106d30aa106 # main
141139
with:
142140
mode: upload
143141
# Trusted: GitHub signs this into the event payload. The published

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ jobs:
155155
# same-repo gate here existed only because fork runs cannot read the
156156
# admin token secret.
157157
- name: Pack packages for the registry bridge
158-
# TODO: repoint to a main SHA once voidzero-dev/pkg-pr-registry-bridge#86
159-
# merges. Pinned to that PR's head so this can be tested end to end first.
160-
uses: voidzero-dev/pkg-pr-registry-bridge@fd9ad0e5878ecbd6fd525bc01ac706838795ee90 # oidc branch
158+
uses: voidzero-dev/pkg-pr-registry-bridge@4ca2c31c250c7137ae191bf01a8bb106d30aa106 # main
161159
with:
162160
mode: pack
163161
# The PR head commit, not the merge commit github.sha. Advisory here;

0 commit comments

Comments
 (0)