Skip to content

Commit 6c941af

Browse files
committed
chore(sync): cascade socket-registry pins → acfb013
- 11 registry pins rewritten across 6 workflow files. - .config/socket-registry-pins.json bumped to acfb013. - Source: socket-registry@acfb0136c5c85334783e5e335a78b864e73f4fd9.
1 parent acfb013 commit 6c941af

7 files changed

Lines changed: 14 additions & 14 deletions

.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/_local-not-for-reuse-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
ci:
1919
name: Run CI Pipeline
20-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
2121
with:
2222
test-script: 'pnpm run test --all --fast'
2323
node-versions: '["22", "24"]'
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
timeout-minutes: 15
3232
steps:
33-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
33+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
3434
with:
3535
node-version: 22
3636

.github/workflows/_local-not-for-reuse-provenance.yml

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

3232
jobs:
3333
publish:
34-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
34+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
3535
with:
3636
debug: ${{ inputs.debug }}
3737
force-registry: ${{ inputs.force-registry }}

.github/workflows/_local-not-for-reuse-weekly-update.yml

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

1616
jobs:
1717
weekly-update:
18-
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
18+
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
1919
with:
2020
test-setup-script: ''
2121
test-script: 'pnpm test'

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
runs-on: ubuntu-latest
173173
timeout-minutes: ${{ inputs.check-timeout-minutes }}
174174
steps:
175-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
175+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
176176
with:
177177
debug: ${{ inputs.debug }}
178178
node-version: ${{ inputs.check-node-version }}
@@ -191,7 +191,7 @@ jobs:
191191
runs-on: ubuntu-latest
192192
timeout-minutes: ${{ inputs.lint-timeout-minutes }}
193193
steps:
194-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
194+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
195195
with:
196196
debug: ${{ inputs.debug }}
197197
node-version: ${{ inputs.lint-node-version }}
@@ -210,7 +210,7 @@ jobs:
210210
runs-on: ubuntu-latest
211211
timeout-minutes: ${{ inputs.type-check-timeout-minutes }}
212212
steps:
213-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
213+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
214214
with:
215215
debug: ${{ inputs.debug }}
216216
node-version: ${{ inputs.type-check-node-version }}
@@ -235,7 +235,7 @@ jobs:
235235
runs-on: ${{ matrix.os }}
236236
timeout-minutes: ${{ inputs.test-timeout-minutes }}
237237
steps:
238-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
238+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
239239
with:
240240
debug: ${{ inputs.debug }}
241241
node-version: ${{ matrix.node-version }}

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
exit 1
122122
fi
123123
124-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
124+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
125125
with:
126126
checkout-ref: ${{ inputs.ref }}
127127
node-version: ${{ inputs.node-version }}

.github/workflows/weekly-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
outputs:
130130
has-updates: ${{ steps.check.outputs.has-updates }}
131131
steps:
132-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
132+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
133133
with:
134134
socket-api-token: ${{ secrets.SOCKET_API_TOKEN || secrets.SOCKET_API_KEY }}
135135

@@ -179,7 +179,7 @@ jobs:
179179
contents: write
180180
pull-requests: write
181181
steps:
182-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
182+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
183183
with:
184184
checkout-fetch-depth: ${{ inputs.checkout-fetch-depth }}
185185
socket-api-token: ${{ secrets.SOCKET_API_TOKEN || secrets.SOCKET_API_KEY }}

0 commit comments

Comments
 (0)