Skip to content

Commit b1de5e6

Browse files
committed
chore(sync): cascade socket-registry pins → fe3994c0
- 4 registry pins rewritten across 4 workflow files. - .config/socket-registry-pins.json bumped to fe3994c0. - Source: socket-registry@fe3994c0a4b58d0302ca0039603f4535c13aa942.
1 parent 38f9eb0 commit b1de5e6

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@5c06f15d39c5538513a9b7842ddb07d1b042f5d3 # main (2026-05-15)
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@fe3994c0a4b58d0302ca0039603f4535c13aa942 # 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@5c06f15d39c5538513a9b7842ddb07d1b042f5d3 # main (2026-05-15)
36+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@fe3994c0a4b58d0302ca0039603f4535c13aa942 # 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@5c06f15d39c5538513a9b7842ddb07d1b042f5d3 # main (2026-05-15)
60+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@fe3994c0a4b58d0302ca0039603f4535c13aa942 # 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@5c06f15d39c5538513a9b7842ddb07d1b042f5d3 # main (2026-05-15)
13+
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@fe3994c0a4b58d0302ca0039603f4535c13aa942 # main (2026-05-15)
1414
with:
1515
test-setup-script: 'pnpm run build'
1616
test-script: 'pnpm test'

0 commit comments

Comments
 (0)