Skip to content

Commit 7e5d2bc

Browse files
committed
chore(ci, pnpm): cascade socket-registry pin to 4c4b12cc + pnpm 11.0.6
Cascades the socket-registry workflow SHA pin to 4c4b12cc — the Layer 3 propagation SHA from the SRI integrity migration + pnpm 11.0.6 + Node 26.0.0 default bump in socket-registry@9246c28b..e50793b3. Bumps the root packageManager from bare `pnpm@11.0.3` to the sha512-hashed `pnpm@11.0.6+sha512.<hex>` form per the new template/CLAUDE.md rule. engines.pnpm follows from `>=11.0.0-rc.0` to `>=11.0.6`.
1 parent 8998eac commit 7e5d2bc

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ concurrency:
2121
jobs:
2222
ci:
2323
name: Run CI Pipeline
24-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
contents: read
6161
steps:
6262
- name: Setup and install (checkout + Node + pnpm + install)
63-
uses: SocketDev/socket-registry/.github/actions/setup-and-install@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
63+
uses: SocketDev/socket-registry/.github/actions/setup-and-install@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
6464
with:
6565
checkout-fetch-depth: '1'
6666

.github/workflows/provenance.yml

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

2828
jobs:
2929
publish:
30-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
30+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
3131
with:
3232
debug: ${{ inputs.debug }}
3333
dist-tag: ${{ inputs.dist-tag }}

.github/workflows/valtown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "VALTOWN_TOKEN present (length: ${#VALTOWN_TOKEN})"
7575
7676
- name: Setup and install (checkout + Node + pnpm + install)
77-
uses: SocketDev/socket-registry/.github/actions/setup-and-install@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
77+
uses: SocketDev/socket-registry/.github/actions/setup-and-install@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
7878
with:
7979
checkout-fetch-depth: '1'
8080

.github/workflows/weekly-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
has-updates: ${{ steps.check.outputs.has-updates }}
2626
steps:
27-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
27+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
2828

2929
- name: Check for npm updates
3030
id: check
@@ -49,7 +49,7 @@ jobs:
4949
contents: write
5050
pull-requests: write
5151
steps:
52-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
52+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
5353

5454
- name: Create update branch
5555
id: branch
@@ -62,7 +62,7 @@ jobs:
6262
git checkout -b "$BRANCH_NAME"
6363
echo "branch=$BRANCH_NAME" >> "$GITHUB_OUTPUT"
6464
65-
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
65+
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
6666
with:
6767
gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6868

@@ -303,7 +303,7 @@ jobs:
303303
test-output.log
304304
retention-days: 7
305305

306-
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
306+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
307307
if: always()
308308

309309
notify:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socketregistry/packageurl-js",
33
"version": "1.4.2",
4-
"packageManager": "pnpm@11.0.3",
4+
"packageManager": "pnpm@11.0.6+sha512.97f906e1da2bedac3df83cadae04b4753a130092dd49d55cd36825ad3e623e9df3f97754f8f259e699172a360fac569acf2f908e7732bdae3eddb2dcf7e121fd",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public",
@@ -39,7 +39,7 @@
3939
],
4040
"engines": {
4141
"node": ">=18.20.8",
42-
"pnpm": ">=11.0.0-rc.0"
42+
"pnpm": ">=11.0.6"
4343
},
4444
"sideEffects": false,
4545
"scripts": {

0 commit comments

Comments
 (0)