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@4b73a528b3ec989dea83ed38e4f46cd470461c73 # main
20+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
2121 with :
2222 coverage-script : ' pnpm run cover --code-only'
2323 coverage-report-script : ' pnpm run cover --summary'
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@4b73a528b3ec989dea83ed38e4f46cd470461c73 # main
15+ uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # 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@4b73a528b3ec989dea83ed38e4f46cd470461c73 # main
22+ uses : SocketDev/socket-registry/.github/workflows/claude.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
2323 secrets :
2424 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change 4343 with :
4444 token : ${{ secrets.GITHUB_TOKEN }}
4545
46- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@4b73a528b3ec989dea83ed38e4f46cd470461c73 # main
46+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@51be85d39d3b4a42dd9d4712948b9d30a2e04794 # main
4747
4848 - name : Fetch latest OpenAPI definition
4949 id : fetch
@@ -137,7 +137,7 @@ jobs:
137137 with :
138138 ref : automated/open-api
139139
140- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@4b73a528b3ec989dea83ed38e4f46cd470461c73 # main
140+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@51be85d39d3b4a42dd9d4712948b9d30a2e04794 # main
141141
142142 - name : Build SDK
143143 run : pnpm run build
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@4b73a528b3ec989dea83ed38e4f46cd470461c73 # main
21+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # 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@4b73a528b3ec989dea83ed38e4f46cd470461c73 # main
24+ uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
2525 with :
2626 debug : ${{ inputs.debug }}
2727 autopilot : true
You can’t perform that action at this time.
0 commit comments