Skip to content

Commit 44e2e74

Browse files
committed
chore(registry-pins): cascade socket-registry pins → c4b120c3
- 4 registry pins rewritten across 4 workflow files. - .config/socket-registry-pins.json bumped to c4b120c3. - Source: socket-registry@c4b120c34fa95a9974ffb3f407fa58f4d167c844.
1 parent 363cedb commit 44e2e74

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.config/socket-registry-pins.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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@bb4bb872b58d7c97f828caea595ff534b78c507b # main (2026-05-25)
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@c4b120c34fa95a9974ffb3f407fa58f4d167c844 # main (2026-05-25)
2525
with:
2626
# Force --all so push/PR runs the full suite. The default `pnpm test`
2727
# uses --modified, which is a no-op on a clean CI checkout.

.github/workflows/provenance.yml

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

4040
jobs:
4141
publish:
42-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@f09a1cd39868ae45d304cfcead2d4f19a5325d8a # main (2026-05-26)
42+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@c4b120c34fa95a9974ffb3f407fa58f4d167c844 # main (2026-05-26)
4343
with:
4444
debug: ${{ inputs.debug }}
4545
dist-tag: ${{ inputs.dist-tag }}

.github/workflows/publish-cross-org.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 (2025-08-15)
5555

5656
- name: Setup + install
57-
uses: SocketDev/socket-registry/.github/actions/setup-and-install@f09a1cd39868ae45d304cfcead2d4f19a5325d8a # main (2026-06-01)
57+
uses: SocketDev/socket-registry/.github/actions/setup-and-install@c4b120c34fa95a9974ffb3f407fa58f4d167c844 # main (2026-06-01)
5858

5959
- name: Stage + publish
6060
env:

.github/workflows/weekly-update.yml

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

2626
jobs:
2727
weekly-update:
28-
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@bb4bb872b58d7c97f828caea595ff534b78c507b # main (2026-05-25)
28+
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@c4b120c34fa95a9974ffb3f407fa58f4d167c844 # main (2026-05-25)
2929
with:
3030
# Set to 'true' when the repo tracks submodules.
3131
checkout-submodules: 'false'

0 commit comments

Comments
 (0)