Skip to content

Commit ce3f32f

Browse files
committed
ci: fix workflow SHA references to valid socket-registry commit
Update all shared workflow references to use SHA d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 from 2025-10-23. Previous ci.yml SHA (020ed8b2...) was pointing to a commit that doesn't contain the ci.yml workflow file, causing workflow failures. Also standardize comment format from "# main" to "# 2025-10-23" for clarity.
1 parent 799aaf8 commit ce3f32f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ permissions:
3838
jobs:
3939
ci:
4040
name: Run CI Pipeline
41-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@020ed8b2ef62abb750b083d7859ee3a221f88cf7 # main
41+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
4242
with:
4343
working-directory: 'packages/cli'
4444
test-setup-script: 'cd packages/cli && pnpm run build'

.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@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
15+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
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@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
22+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
2323
secrets:
2424
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.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@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
24+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
2525
with:
2626
debug: ${{ inputs.debug }}
2727
autopilot: true

0 commit comments

Comments
 (0)