Skip to content

Commit dc7c424

Browse files
authored
chore(ci): bump socket-registry refs to b9918c72 (pnpm-workspace.yaml fleet alignment) (#618)
Propagation SHA bump. socket-registry's current main tip carries the .pnpmrc → pnpm-workspace.yaml rework (pnpm v11 doesn't read .pnpmrc; settings that matter live in pnpm-workspace.yaml or .npmrc). socket-registry Layer 4 workflows (_local-not-for-reuse-*) are pinned to b9918c72; downstream repos pin to the same SHA so the fleet references the same socket-registry tip. No workflow behavior change — the .github/actions/* contents are identical between f1b40c99 and b9918c72 (the intervening commits only touched .pnpmrc and pnpm-workspace.yaml).
1 parent f163dc1 commit dc7c424

4 files changed

Lines changed: 6 additions & 6 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@f1b40c99a11f8f2f65a44c9e6c66e53470bd0b90 # main
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@b9918c72da5f4197c1af5cba60583efbeb64daf5 # main
2525
with:
2626
test-script: 'pnpm run test --all --skip-build'

.github/workflows/generate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
echo "Sleeping for $delay seconds..."
4747
sleep $delay
4848
49-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@f1b40c99a11f8f2f65a44c9e6c66e53470bd0b90 # main
49+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@b9918c72da5f4197c1af5cba60583efbeb64daf5 # main
5050

5151
- name: Configure push credentials
5252
env:
5353
GH_TOKEN: ${{ github.token }}
5454
run: git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git"
5555

56-
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@f1b40c99a11f8f2f65a44c9e6c66e53470bd0b90 # main
56+
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@b9918c72da5f4197c1af5cba60583efbeb64daf5 # main
5757
with:
5858
gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
5959

@@ -145,5 +145,5 @@ jobs:
145145
> \`\`\`
146146
EOF
147147
148-
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@f1b40c99a11f8f2f65a44c9e6c66e53470bd0b90 # main
148+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@b9918c72da5f4197c1af5cba60583efbeb64daf5 # main
149149
if: always()

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions:
2626
contents: write # To create GitHub releases
2727
id-token: write # For npm trusted publishing via OIDC
28-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@f1b40c99a11f8f2f65a44c9e6c66e53470bd0b90 # main
28+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@b9918c72da5f4197c1af5cba60583efbeb64daf5 # main
2929
with:
3030
debug: ${{ inputs.debug }}
3131
dist-tag: ${{ inputs.dist-tag }}

.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@f1b40c99a11f8f2f65a44c9e6c66e53470bd0b90 # main
13+
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@b9918c72da5f4197c1af5cba60583efbeb64daf5 # main
1414
with:
1515
test-setup-script: 'pnpm run build'
1616
test-script: 'pnpm test'

0 commit comments

Comments
 (0)