From c1b405e44d2e705c4d7102e24acc08338d20dc35 Mon Sep 17 00:00:00 2001 From: jdalton Date: Tue, 31 Mar 2026 15:34:10 -0400 Subject: [PATCH 1/2] chore(ci): migrate to socket-registry shared install action (adb56973) --- .github/workflows/weekly-update.yml | 35 ++--------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) diff --git a/.github/workflows/weekly-update.yml b/.github/workflows/weekly-update.yml index 991c250..ec04e2b 100644 --- a/.github/workflows/weekly-update.yml +++ b/.github/workflows/weekly-update.yml @@ -24,22 +24,7 @@ jobs: outputs: has-updates: ${{ steps.check.outputs.has-updates }} steps: - - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - persist-credentials: false - - - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 - - - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 - with: - node-version-file: .node-version - cache: 'pnpm' - - - name: Install dependencies - run: pnpm install --frozen-lockfile + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main - name: Check for npm updates id: check @@ -62,23 +47,7 @@ jobs: contents: write pull-requests: write steps: - - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - fetch-depth: 0 - persist-credentials: false - - - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 - - - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 - with: - node-version-file: .node-version - cache: 'pnpm' - - - name: Install dependencies - run: pnpm install --frozen-lockfile + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main - name: Install Claude Code run: npm install -g @anthropic-ai/claude-code From 1b17fa9d2d731caccbbb57fe1e3718af53cefbe8 Mon Sep 17 00:00:00 2001 From: jdalton Date: Tue, 31 Mar 2026 17:00:00 -0400 Subject: [PATCH 2/2] chore(ci): remove CI=true from weekly-update workflow --- .github/workflows/weekly-update.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/weekly-update.yml b/.github/workflows/weekly-update.yml index ec04e2b..e37bcc3 100644 --- a/.github/workflows/weekly-update.yml +++ b/.github/workflows/weekly-update.yml @@ -69,7 +69,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