File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ permissions:
2323jobs :
2424 ci :
2525 name : Run CI Pipeline
26- uses : SocketDev/socket-registry/.github/workflows/ci.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
26+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
2727 with :
2828 test-setup-script : ' pnpm run build'
2929 lint-script : ' pnpm run lint --all'
4242 runs-on : ubuntu-latest
4343 timeout-minutes : 10
4444 steps :
45- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
45+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
4646 with :
4747 node-version : ' 22'
4848
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ permissions:
1515
1616jobs :
1717 auto-review :
18- uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
18+ uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
1919 secrets :
2020 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ permissions:
2222
2323jobs :
2424 claude :
25- uses : SocketDev/socket-registry/.github/workflows/claude.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
25+ uses : SocketDev/socket-registry/.github/workflows/claude.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
2626 secrets :
2727 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 publish :
24- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
24+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
2525 with :
2626 debug : ${{ inputs.debug }}
2727 package-name : ' @socketregistry/lib'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions:
2424
2525jobs :
2626 socket-auto-pr :
27- uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
27+ uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
2828 with :
2929 debug : ${{ inputs.debug }}
3030 autopilot : true
You can’t perform that action at this time.
0 commit comments