Skip to content

Commit d4964af

Browse files
committed
chore(registry-pins): cascade socket-registry pins → c291a141
- 9 registry pins rewritten across 3 workflow files. - .config/socket-registry-pins.json bumped to c291a141. - Source: socket-registry@c291a14196d088970c0453e905b40969b11bf193.
1 parent cfb6b56 commit d4964af

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.config/socket-registry-pins.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
109109
CODE
110110
111-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@29100ff292fefdae4eba0ab2a40697fea06b1ad2 # main (2026-05-15)
111+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c291a14196d088970c0453e905b40969b11bf193 # main (2026-05-15)
112112
with:
113113
checkout: 'false'
114114

@@ -167,7 +167,7 @@ jobs:
167167
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
168168
CODE
169169
170-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@29100ff292fefdae4eba0ab2a40697fea06b1ad2 # main (2026-05-15)
170+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c291a14196d088970c0453e905b40969b11bf193 # main (2026-05-15)
171171
with:
172172
checkout: 'false'
173173

@@ -233,7 +233,7 @@ jobs:
233233
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
234234
CODE
235235
236-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@29100ff292fefdae4eba0ab2a40697fea06b1ad2 # main (2026-05-15)
236+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c291a14196d088970c0453e905b40969b11bf193 # main (2026-05-15)
237237
with:
238238
checkout: 'false'
239239
node-version: ${{ matrix.node-version }}
@@ -316,7 +316,7 @@ jobs:
316316
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
317317
CODE
318318
319-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@29100ff292fefdae4eba0ab2a40697fea06b1ad2 # main (2026-05-15)
319+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c291a14196d088970c0453e905b40969b11bf193 # main (2026-05-15)
320320
with:
321321
checkout: 'false'
322322
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@29100ff292fefdae4eba0ab2a40697fea06b1ad2 # main (2026-05-15)
50+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c291a14196d088970c0453e905b40969b11bf193 # main (2026-05-15)
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@29100ff292fefdae4eba0ab2a40697fea06b1ad2 # main (2026-05-15)
90+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c291a14196d088970c0453e905b40969b11bf193 # main (2026-05-15)
9191
with:
9292
checkout: 'false'
9393
registry-url: 'https://registry.npmjs.org'
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
persist-credentials: false
144144

145-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@29100ff292fefdae4eba0ab2a40697fea06b1ad2 # main (2026-05-15)
145+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c291a14196d088970c0453e905b40969b11bf193 # main (2026-05-15)
146146
with:
147147
checkout: 'false'
148148
registry-url: 'https://registry.npmjs.org'

.github/workflows/weekly-update.yml

Lines changed: 2 additions & 2 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@29100ff292fefdae4eba0ab2a40697fea06b1ad2 # main (2026-05-15)
32+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c291a14196d088970c0453e905b40969b11bf193 # main (2026-05-15)
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@29100ff292fefdae4eba0ab2a40697fea06b1ad2 # main (2026-05-15)
65+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@c291a14196d088970c0453e905b40969b11bf193 # main (2026-05-15)
6666
with:
6767
checkout: 'false'
6868

0 commit comments

Comments
 (0)