File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ permissions:
1717jobs :
1818 ci :
1919 name : Run CI Pipeline
20- uses : SocketDev/socket-registry/.github/workflows/ci.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
20+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@7ae88e3722a152788568bdcc84a42cc59261e46e # main
2121 with :
2222 test-setup-script : ' pnpm run pretest:unit'
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@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
15+ uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@7ae88e3722a152788568bdcc84a42cc59261e46e # 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@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
22+ uses : SocketDev/socket-registry/.github/workflows/claude.yml@7ae88e3722a152788568bdcc84a42cc59261e46e # main
2323 secrets :
2424 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
24- - uses : SocketDev/socket-registry/.github/actions/setup@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
24+ - uses : SocketDev/socket-registry/.github/actions/setup@7ae88e3722a152788568bdcc84a42cc59261e46e # main
2525 with :
2626 scope : ' @socketsecurity'
2727 - run : npm install -g npm@latest
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 steps :
102102 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
103103
104- - uses : SocketDev/socket-registry/.github/actions/setup@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
104+ - uses : SocketDev/socket-registry/.github/actions/setup@7ae88e3722a152788568bdcc84a42cc59261e46e # main
105105 with :
106106 scope : ' @socketsecurity'
107107
@@ -231,7 +231,7 @@ jobs:
231231 steps :
232232 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
233233
234- - uses : SocketDev/socket-registry/.github/actions/setup@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
234+ - uses : SocketDev/socket-registry/.github/actions/setup@7ae88e3722a152788568bdcc84a42cc59261e46e # main
235235 with :
236236 scope : ' @socketsecurity'
237237
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@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
24+ uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@7ae88e3722a152788568bdcc84a42cc59261e46e # main
2525 with :
2626 debug : ${{ inputs.debug }}
2727 autopilot : true
Original file line number Diff line number Diff line change 9090 steps :
9191 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
9292
93- - uses : SocketDev/socket-registry/.github/actions/setup@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
93+ - uses : SocketDev/socket-registry/.github/actions/setup@7ae88e3722a152788568bdcc84a42cc59261e46e # main
9494 with :
9595 scope : ' @socketsecurity'
9696
You can’t perform that action at this time.
0 commit comments