Skip to content

Commit 1624722

Browse files
committed
chore(ci): update install action pin to latest main
1 parent a74cfcd commit 1624722

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ jobs:
120120
CODE
121121
122122
- uses: SocketDev/socket-registry/.github/actions/install@faad27fe2a64465de1af584511c5b729e3484be5 # 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@faad27fe2a64465de1af584511c5b729e3484be5 # 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@faad27fe2a64465de1af584511c5b729e3484be5 # 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@faad27fe2a64465de1af584511c5b729e3484be5 # main
345-
with:
346-
frozen-lockfile: 'true'
347339

348340
- name: Build CLI
349341
working-directory: packages/cli

0 commit comments

Comments
 (0)