File tree Expand file tree Collapse file tree 2 files changed +4
-35
lines changed
Expand file tree Collapse file tree 2 files changed +4
-35
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ permissions:
2727jobs :
2828 ci :
2929 name : Run CI Pipeline
30- uses : SocketDev/socket-registry/.github/workflows/ci.yml@b809e72d069356dfaf490134e9a20226dd9376c1 # main
30+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@adb5697306eb2619b3255c2406e52e04cc99d555 # main
3131 with :
3232 test-setup-script : ' pnpm run build'
3333 lint-script : ' pnpm run lint --all'
4646 runs-on : ubuntu-latest
4747 timeout-minutes : 10
4848 steps :
49- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@b809e72d069356dfaf490134e9a20226dd9376c1 # main
49+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main
5050 with :
5151 node-version : ' 24'
5252
Original file line number Diff line number Diff line change 2424 outputs :
2525 has-updates : ${{ steps.check.outputs.has-updates }}
2626 steps :
27- - name : Checkout repository
28- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29- with :
30- persist-credentials : false
31-
32- - name : Setup pnpm
33- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
34-
35- - name : Setup Node.js
36- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
37- with :
38- node-version-file : .node-version
39- cache : ' pnpm'
40-
41- - name : Install dependencies
42- run : pnpm install --frozen-lockfile
27+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main
4328
4429 - name : Check for npm updates
4530 id : check
6247 contents : write
6348 pull-requests : write
6449 steps :
65- - name : Checkout repository
66- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
67- with :
68- fetch-depth : 0
69- persist-credentials : false
70-
71- - name : Setup pnpm
72- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
73-
74- - name : Setup Node.js
75- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
76- with :
77- node-version-file : .node-version
78- cache : ' pnpm'
79-
80- - name : Install dependencies
81- run : pnpm install --frozen-lockfile
50+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main
8251
8352 - name : Install Claude Code
8453 run : npm install -g @anthropic-ai/claude-code
You can’t perform that action at this time.
0 commit comments