File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed 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@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
20+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
2121 with :
2222 fail-fast : false
2323 lint-script : ' pnpm run lint --all'
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@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
15+ uses : SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # 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@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
22+ uses : SocketDev/socket-registry/.github/workflows/claude.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
2323 secrets :
2424 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change 4444 autocrlf : false
4545 token : ${{ secrets.GITHUB_TOKEN }}
4646
47- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # main
47+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@1a96ced97aaa85d61543351b90d6f463b983c46c # main
4848
4949 - name : Fetch latest OpenAPI definition
5050 id : fetch
@@ -139,7 +139,7 @@ jobs:
139139 autocrlf : false
140140 ref : automated/open-api
141141
142- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # main
142+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@1a96ced97aaa85d61543351b90d6f463b983c46c # main
143143
144144 - name : Build SDK
145145 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@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
21+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # 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@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
24+ uses : SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
2525 with :
2626 debug : ${{ inputs.debug }}
2727 autopilot : true
You can’t perform that action at this time.
0 commit comments