File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed
Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ jobs:
120120 CODE
121121
122122 - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
123- with :
124- frozen-lockfile : ' true'
125123
126124 - name : Run lint
127125 run : pnpm --filter @socketsecurity/cli run check
@@ -187,8 +185,6 @@ jobs:
187185 CODE
188186
189187 - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
190- with :
191- frozen-lockfile : ' true'
192188
193189 - name : Run type check
194190 run : pnpm --filter @socketsecurity/cli run type
@@ -261,8 +257,6 @@ jobs:
261257 CODE
262258
263259 - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
264- with :
265- frozen-lockfile : ' true'
266260
267261 - name : Build CLI
268262 working-directory : packages/cli
@@ -342,8 +336,6 @@ jobs:
342336 CODE
343337
344338 - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
345- with :
346- frozen-lockfile : ' true'
347339
348340 - name : Build CLI
349341 working-directory : packages/cli
Original file line number Diff line number Diff line change 6060 - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
6161
6262 - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
63- with :
64- frozen-lockfile : ' true'
6563
6664 - name : Build CLI
6765 run : pnpm --filter @socketsecurity/cli run build
@@ -107,8 +105,6 @@ jobs:
107105 - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
108106
109107 - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
110- with :
111- frozen-lockfile : ' true'
112108
113109 - name : Download CLI bundle
114110 uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -165,8 +161,6 @@ jobs:
165161 - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
166162
167163 - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
168- with :
169- frozen-lockfile : ' true'
170164
171165 - run : npm install -g npm@latest
172166
Original file line number Diff line number Diff line change 3939 cache : ' pnpm'
4040
4141 - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
42- with :
43- frozen-lockfile : ' true'
4442
4543 - name : Check for npm updates
4644 id : check
7977 cache : ' pnpm'
8078
8179 - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
82- with :
83- frozen-lockfile : ' true'
8480
8581 - name : Install Claude Code
8682 run : npm install -g @anthropic-ai/claude-code
10298 timeout-minutes : 30
10399 env :
104100 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
105- CI : ' true'
106101 GITHUB_ACTIONS : ' true'
107102 run : |
108103 if [ -z "$ANTHROPIC_API_KEY" ]; then
You can’t perform that action at this time.
0 commit comments