File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 ci :
5151 name : Run CI Pipeline
5252 needs : build-wasm
53- uses : SocketDev/socket-registry/.github/workflows/ci.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
53+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
5454 with :
5555 setup-script : ' mkdir -p packages/yoga-layout/build/wasm packages/socketbin-cli-ai/dist packages/onnx-runtime-builder/dist'
5656 test-setup-script : ' echo "=== Build Setup Debug ===" && pwd && echo "Before build:" && (ls -la packages/cli/ 2>/dev/null || dir packages\\cli\\ || true) && pnpm --filter @socketsecurity/cli run build && echo "After build:" && (ls -la packages/cli/dist/ 2>/dev/null || dir packages\\cli\\dist\\ || true) && echo "Checking cli.js:" && (ls -la packages/cli/dist/cli.js 2>/dev/null || dir packages\\cli\\dist\\cli.js || true) && echo "=== Build Setup Complete ==="'
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ permissions:
1212
1313jobs :
1414 auto-review :
15- uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
15+ uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
1616 secrets :
1717 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ permissions:
1919
2020jobs :
2121 claude :
22- uses : SocketDev/socket-registry/.github/workflows/claude.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
22+ uses : SocketDev/socket-registry/.github/workflows/claude.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
2323 secrets :
2424 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121
2222jobs :
2323 socket-auto-pr :
24- uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
24+ uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
2525 with :
2626 debug : ${{ inputs.debug }}
2727 autopilot : true
You can’t perform that action at this time.
0 commit comments