Skip to content

Commit 02f750f

Browse files
committed
chore(ci): fix install action SHA
1 parent dd2b262 commit 02f750f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
120120
CODE
121121
122-
- uses: SocketDev/socket-registry/.github/actions/install@94583fba8706561ffd2e04e0c82e3ca7d6e49c02 # main
122+
- uses: SocketDev/socket-registry/.github/actions/install@94583fbaf9e56d8514de499b2c27854e4ea963cd # feat/install-action-silent
123123

124124
- name: Run lint
125125
run: pnpm --filter @socketsecurity/cli run check
@@ -184,7 +184,7 @@ jobs:
184184
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
185185
CODE
186186
187-
- uses: SocketDev/socket-registry/.github/actions/install@94583fba8706561ffd2e04e0c82e3ca7d6e49c02 # main
187+
- uses: SocketDev/socket-registry/.github/actions/install@94583fbaf9e56d8514de499b2c27854e4ea963cd # feat/install-action-silent
188188

189189
- name: Run type check
190190
run: pnpm --filter @socketsecurity/cli run type
@@ -256,7 +256,7 @@ jobs:
256256
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
257257
CODE
258258
259-
- uses: SocketDev/socket-registry/.github/actions/install@94583fba8706561ffd2e04e0c82e3ca7d6e49c02 # main
259+
- uses: SocketDev/socket-registry/.github/actions/install@94583fbaf9e56d8514de499b2c27854e4ea963cd # feat/install-action-silent
260260

261261
- name: Build CLI
262262
working-directory: packages/cli
@@ -335,7 +335,7 @@ jobs:
335335
export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
336336
CODE
337337
338-
- uses: SocketDev/socket-registry/.github/actions/install@94583fba8706561ffd2e04e0c82e3ca7d6e49c02 # main
338+
- uses: SocketDev/socket-registry/.github/actions/install@94583fbaf9e56d8514de499b2c27854e4ea963cd # feat/install-action-silent
339339

340340
- name: Build CLI
341341
working-directory: packages/cli

0 commit comments

Comments
 (0)