File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717jobs :
1818 ci :
1919 name : Run CI Pipeline
20- uses : SocketDev/socket-registry/.github/workflows/ci.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
20+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@a8e09da7ef5aa696efe94a5bb387168cafedb004 # main
2121 with :
2222 coverage-script : ' pnpm run test:unit:coverage'
2323 coverage-report-script : ' pnpm run coverage:percent --json'
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@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
15+ uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@a8e09da7ef5aa696efe94a5bb387168cafedb004 # main
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@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
22+ uses : SocketDev/socket-registry/.github/workflows/claude.yml@a8e09da7ef5aa696efe94a5bb387168cafedb004 # main
2323 secrets :
2424 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818
1919jobs :
2020 publish :
21- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
21+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@a8e09da7ef5aa696efe94a5bb387168cafedb004 # main
2222 with :
2323 debug : ${{ inputs.debug }}
2424 package-name : ' @socketsecurity/sdk'
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@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
24+ uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@a8e09da7ef5aa696efe94a5bb387168cafedb004 # main
2525 with :
2626 debug : ${{ inputs.debug }}
2727 autopilot : true
You can’t perform that action at this time.
0 commit comments