Skip to content

Commit 48e2e49

Browse files
committed
chore(deps): cascade pnpm → 11.1.2
- packageManager: pnpm@11.0.8 → pnpm@11.1.2. - 4 registry pins rewritten across 4 workflow files (target: b5b9f01d).
1 parent b20edeb commit 48e2e49

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@75964f14e0682ae4aa846119e2fc9a710d970056 # main (2026-05-15)
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@b5b9f01d8a2741bf2b6024589790bf922455c306 # 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
@@ -34,7 +34,7 @@ jobs:
3434
permissions:
3535
contents: write # To create GitHub releases
3636
id-token: write # For npm trusted publishing via OIDC
37-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@75964f14e0682ae4aa846119e2fc9a710d970056 # main (2026-05-15)
37+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@b5b9f01d8a2741bf2b6024589790bf922455c306 # main (2026-05-15)
3838
with:
3939
debug: ${{ inputs.debug }}
4040
dist-tag: ${{ inputs.dist-tag }}

.github/workflows/sync-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "Sleeping for $delay seconds..."
5959
sleep $delay
6060
61-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@75964f14e0682ae4aa846119e2fc9a710d970056 # main (2026-05-15)
61+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@b5b9f01d8a2741bf2b6024589790bf922455c306 # main (2026-05-15)
6262
- name: Configure push credentials
6363
env:
6464
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@a92445215e7370ce7f7ded560e9f150370e7dd43 # main (2026-05-15)
13+
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@b5b9f01d8a2741bf2b6024589790bf922455c306 # main (2026-05-15)
1414
with:
1515
test-setup-script: 'pnpm run build'
1616
test-script: 'pnpm test'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@
119119
"node": ">=18.20.8",
120120
"pnpm": ">=11.0.8"
121121
},
122-
"packageManager": "pnpm@11.0.8"
122+
"packageManager": "pnpm@11.1.2"
123123
}

0 commit comments

Comments
 (0)