diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea7f8caa7..1e73e81b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,8 +120,6 @@ jobs: CODE - uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main - with: - frozen-lockfile: 'true' - name: Run lint run: pnpm --filter @socketsecurity/cli run check @@ -187,8 +185,6 @@ jobs: CODE - uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main - with: - frozen-lockfile: 'true' - name: Run type check run: pnpm --filter @socketsecurity/cli run type @@ -261,8 +257,6 @@ jobs: CODE - uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main - with: - frozen-lockfile: 'true' - name: Build CLI working-directory: packages/cli @@ -342,8 +336,6 @@ jobs: CODE - uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main - with: - frozen-lockfile: 'true' - name: Build CLI working-directory: packages/cli diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index 2f098b1e7..fdb6f08f7 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -60,8 +60,6 @@ jobs: - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 - uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main - with: - frozen-lockfile: 'true' - name: Build CLI run: pnpm --filter @socketsecurity/cli run build @@ -107,8 +105,6 @@ jobs: - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 - uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main - with: - frozen-lockfile: 'true' - name: Download CLI bundle uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 @@ -165,8 +161,6 @@ jobs: - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 - uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main - with: - frozen-lockfile: 'true' - run: npm install -g npm@latest diff --git a/.github/workflows/weekly-update.yml b/.github/workflows/weekly-update.yml index 4331d1a81..743b5c3ee 100644 --- a/.github/workflows/weekly-update.yml +++ b/.github/workflows/weekly-update.yml @@ -39,8 +39,6 @@ jobs: cache: 'pnpm' - uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main - with: - frozen-lockfile: 'true' - name: Check for npm updates id: check @@ -79,8 +77,6 @@ jobs: cache: 'pnpm' - uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main - with: - frozen-lockfile: 'true' - name: Install Claude Code run: npm install -g @anthropic-ai/claude-code @@ -102,7 +98,6 @@ jobs: timeout-minutes: 30 env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} - CI: 'true' GITHUB_ACTIONS: 'true' run: | if [ -z "$ANTHROPIC_API_KEY" ]; then