Skip to content

Commit 3a2b82c

Browse files
committed
chore(ci): cascade socket-registry pins to 3f2f2c00
Picks up the multi-package bootstrap loop (a645d921) that pre-seeds @socketsecurity/lib + @socketregistry/packageurl-js + @sinclair/typebox on a fresh checkout, plus the libuv-fix in check-firewall that drops process.exit() in favor of natural event-loop drain (necessary on Node 24 + Windows when the bootstrap runs the firewall checker multiple times in succession). Cascade chain: setup + check-firewall Layer 1 a645d921 setup-and-install Layer 2 521d0ba8 reusable workflows Layer 3 3f2f2c00 ← this is the propagation SHA _local-not-for-reuse-* Layer 4 b2905c2f (socket-registry only)
1 parent 9727cda commit 3a2b82c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
ci:
2323
name: Run CI Pipeline
24-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@ceab1e26610aa29511b85a7eb369ed2248d8543c # main
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@3f2f2c00e9b9dbd78872619e47cb600586b88105 # main
2525
with:
2626
test-script: 'pnpm exec vitest --config .config/vitest.config.mts run'
2727

@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
timeout-minutes: 10
3333
steps:
34-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ceab1e26610aa29511b85a7eb369ed2248d8543c # main
34+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@3f2f2c00e9b9dbd78872619e47cb600586b88105 # main
3535

3636
- name: Build project
3737
run: pnpm run build

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
publish:
24-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@ceab1e26610aa29511b85a7eb369ed2248d8543c # main
24+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@3f2f2c00e9b9dbd78872619e47cb600586b88105 # main
2525
with:
2626
debug: ${{ inputs.debug }}
2727
package-name: '@socketsecurity/lib'

.github/workflows/weekly-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
outputs:
3030
has-updates: ${{ steps.check.outputs.has-updates }}
3131
steps:
32-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ceab1e26610aa29511b85a7eb369ed2248d8543c # main
32+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@3f2f2c00e9b9dbd78872619e47cb600586b88105 # main
3333

3434
- name: Check for npm updates
3535
id: check
@@ -54,7 +54,7 @@ jobs:
5454
contents: write
5555
pull-requests: write
5656
steps:
57-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ceab1e26610aa29511b85a7eb369ed2248d8543c # main
57+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@3f2f2c00e9b9dbd78872619e47cb600586b88105 # main
5858

5959
- name: Create update branch
6060
id: branch
@@ -66,7 +66,7 @@ jobs:
6666
git checkout -b "$BRANCH_NAME"
6767
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
6868
69-
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@ceab1e26610aa29511b85a7eb369ed2248d8543c # main
69+
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@3f2f2c00e9b9dbd78872619e47cb600586b88105 # main
7070
with:
7171
gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
7272

@@ -303,7 +303,7 @@ jobs:
303303
test-output.log
304304
retention-days: 7
305305

306-
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@ceab1e26610aa29511b85a7eb369ed2248d8543c # main
306+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@3f2f2c00e9b9dbd78872619e47cb600586b88105 # main
307307
if: always()
308308

309309
notify:

0 commit comments

Comments
 (0)