Skip to content

Commit 5c8402e

Browse files
committed
chore(sync): cascade socket-registry pins → edae625d
- 4 registry pins rewritten across 4 workflow files. - .config/socket-registry-pins.json bumped to edae625d. - Source: socket-registry@edae625d0f450d02890a9bbd313368c27f0f8183.
1 parent 3e8bf1e commit 5c8402e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.config/socket-registry-pins.json

Lines changed: 2 additions & 2 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,6 +21,6 @@ concurrency:
2121
jobs:
2222
ci:
2323
name: Run CI Pipeline
24-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
2525
with:
2626
test-script: 'pnpm run test --all --skip-build'

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
permissions:
3434
contents: write # To create GitHub releases
3535
id-token: write # For npm trusted publishing via OIDC
36-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
36+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
3737
with:
3838
debug: ${{ inputs.debug }}
3939
dist-tag: ${{ inputs.dist-tag }}

.github/workflows/sync-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "Sleeping for $delay seconds..."
5858
sleep $delay
5959
60-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
60+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
6161
- name: Configure push credentials
6262
env:
6363
GH_TOKEN: ${{ github.token }}

.github/workflows/weekly-update.yml

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

1111
jobs:
1212
weekly-update:
13-
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
13+
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
1414
with:
1515
test-setup-script: 'pnpm run build'
1616
test-script: 'pnpm test'

0 commit comments

Comments
 (0)