Skip to content

Commit dd1df36

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

4 files changed

Lines changed: 7 additions & 7 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: 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@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 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@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
34+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
3535
- name: Build project
3636
run: pnpm run build
3737

.github/workflows/provenance.yml

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

2727
jobs:
2828
publish:
29-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
29+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
3030
with:
3131
debug: ${{ inputs.debug }}
3232
dry-run: ${{ inputs.dry-run }}

.github/workflows/weekly-update.yml

Lines changed: 2 additions & 2 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@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
32+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
3333
- name: Check for npm updates
3434
id: check
3535
shell: bash
@@ -53,7 +53,7 @@ jobs:
5353
contents: write
5454
pull-requests: write
5555
steps:
56-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
56+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
5757
- name: Create update branch
5858
id: branch
5959
env:

0 commit comments

Comments
 (0)