Skip to content

Commit f19a600

Browse files
committed
chore(ci): update socket-registry workflow SHAs to latest
Updates all workflow references to socket-registry from various old SHAs to the latest: 63ad52562c1f2d007a1833b2b22cffc3001e1cc2 This fixes the pnpm version mismatch issue where the setup action was hardcoded to pnpm ^10.16.0 but package.json specifies pnpm@10.22.0. The updated setup action now correctly reads the version from the packageManager field in package.json.
1 parent c4f6ca3 commit f19a600

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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@1a96ced97aaa85d61543351b90d6f463b983c46c # main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
2121
with:
2222
fail-fast: false
2323
lint-script: 'pnpm run lint --all'

.github/workflows/claude-auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ permissions:
1212

1313
jobs:
1414
auto-review:
15-
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
15+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
1616
secrets:
1717
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ permissions:
1919

2020
jobs:
2121
claude:
22-
uses: SocketDev/socket-registry/.github/workflows/claude.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
22+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
2323
secrets:
2424
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
autocrlf: false
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646

47-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@1a96ced97aaa85d61543351b90d6f463b983c46c # main
47+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
4848

4949
- name: Fetch latest OpenAPI definition
5050
id: fetch
@@ -139,7 +139,7 @@ jobs:
139139
autocrlf: false
140140
ref: automated/open-api
141141

142-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@1a96ced97aaa85d61543351b90d6f463b983c46c # main
142+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
143143

144144
- name: Build SDK
145145
run: pnpm run build

.github/workflows/provenance.yml

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

2424
jobs:
2525
publish:
26-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@0a1fbfe9c2ca651794ad11784d4c8295c67bcf19 # main
26+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
2727
with:
2828
debug: ${{ inputs.debug }}
2929
dist-tag: ${{ inputs.dist-tag }}

.github/workflows/socket-auto-pr.yml

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

2222
jobs:
2323
socket-auto-pr:
24-
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
24+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
2525
with:
2626
debug: ${{ inputs.debug }}
2727
autopilot: true

0 commit comments

Comments
 (0)