Skip to content

Commit 9d8b5b2

Browse files
committed
chore(ci): cascade socket-registry pin to 51f34ffb
Bumps the three workflow files (ci.yml, provenance.yml, weekly-update.yml) to socket-registry@51f34ffb. That commit includes: - 4c4b12cc — pnpm 11.0.6 GA + Rust toolchain pin for Node 26 Temporal + SRI integrity migration in external-tools.json - e5f83c31 — wire updating-xport into the umbrella drift flow - 51f34ffb — release-workflow-guard quote-mask false-positive fix Closes the chore/registry-cascade branch (PR #1285) which had gone stale at @0fc1abfd while @ea1986b8 merged via #1278.
1 parent cd30bb0 commit 9d8b5b2

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
110110
CODE
111111
112-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
112+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@51f34ffb69c5d38614a16078793af662b0cea38d # main
113113
with:
114114
checkout: 'false'
115115

@@ -168,7 +168,7 @@ jobs:
168168
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
169169
CODE
170170
171-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
171+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@51f34ffb69c5d38614a16078793af662b0cea38d # main
172172
with:
173173
checkout: 'false'
174174

@@ -234,7 +234,7 @@ jobs:
234234
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
235235
CODE
236236
237-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
237+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@51f34ffb69c5d38614a16078793af662b0cea38d # main
238238
with:
239239
checkout: 'false'
240240
node-version: ${{ matrix.node-version }}
@@ -317,7 +317,7 @@ jobs:
317317
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
318318
CODE
319319
320-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
320+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@51f34ffb69c5d38614a16078793af662b0cea38d # main
321321
with:
322322
checkout: 'false'
323323
node-version: ${{ matrix.node-version }}

.github/workflows/provenance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
persist-credentials: false
4949

50-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
50+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@51f34ffb69c5d38614a16078793af662b0cea38d # main
5151
with:
5252
checkout: 'false'
5353

@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
persist-credentials: false
8989

90-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
90+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@51f34ffb69c5d38614a16078793af662b0cea38d # main
9191
with:
9292
checkout: 'false'
9393
registry-url: 'https://registry.npmjs.org'
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
persist-credentials: false
139139

140-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
140+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@51f34ffb69c5d38614a16078793af662b0cea38d # main
141141
with:
142142
checkout: 'false'
143143
registry-url: 'https://registry.npmjs.org'

.github/workflows/weekly-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
persist-credentials: false
3131

32-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
32+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@51f34ffb69c5d38614a16078793af662b0cea38d # main
3333
with:
3434
checkout: 'false'
3535

@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: 0
6363
persist-credentials: false
6464

65-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
65+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@51f34ffb69c5d38614a16078793af662b0cea38d # main
6666
with:
6767
checkout: 'false'
6868

@@ -79,7 +79,7 @@ jobs:
7979
git checkout -b "$BRANCH_NAME" HEAD~1
8080
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
8181
82-
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
82+
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@51f34ffb69c5d38614a16078793af662b0cea38d # main
8383
with:
8484
gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
8585

@@ -332,7 +332,7 @@ jobs:
332332
test.log
333333
retention-days: 7
334334

335-
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
335+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@51f34ffb69c5d38614a16078793af662b0cea38d # main
336336
if: always()
337337

338338
notify:

0 commit comments

Comments
 (0)