File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 lint :
131131 if : inputs.run-lint
132132 name : 🧹 Lint Check
133- uses : SocketDev/socket-registry/.github/workflows/lint.yml@8e3e9ad074d78b324f32b436976ba3fb519f5f73 # 2025-10-22
133+ uses : SocketDev/socket-registry/.github/workflows/lint.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
134134 with :
135135 debug : ${{ inputs.debug }}
136136 lint-script : ${{ inputs.lint-script }}
@@ -142,7 +142,7 @@ jobs:
142142 type-check :
143143 if : inputs.run-type-check
144144 name : 🔍 Type Check
145- uses : SocketDev/socket-registry/.github/workflows/types.yml@8e3e9ad074d78b324f32b436976ba3fb519f5f73 # 2025-10-22
145+ uses : SocketDev/socket-registry/.github/workflows/types.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
146146 with :
147147 debug : ${{ inputs.debug }}
148148 node-version : ${{ inputs.type-check-node-version }}
@@ -154,7 +154,7 @@ jobs:
154154 test :
155155 if : inputs.run-test
156156 name : 🧪 Test Matrix
157- uses : SocketDev/socket-registry/.github/workflows/test.yml@8e3e9ad074d78b324f32b436976ba3fb519f5f73 # 2025-10-22
157+ uses : SocketDev/socket-registry/.github/workflows/test.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
158158 with :
159159 debug : ${{ inputs.debug }}
160160 fail-fast : ${{ inputs.fail-fast }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 🔗 🤖 Claude Auto Review
22
33# Dependencies:
44# - actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5- # - anthropics/[email protected] .9 5+ # - anthropics/[email protected] .16 6677# - SocketDev/socket-registry/.github/actions/debug
88
@@ -64,12 +64,12 @@ jobs:
6464 autocrlf : false
6565
6666 - name : Setup debug
67- uses : SocketDev/socket-registry/.github/actions/debug@42af85173896eefdd299364a2200d308b1c63caa # main
67+ uses : SocketDev/socket-registry/.github/actions/debug@1a96ced97aaa85d61543351b90d6f463b983c46c # main
6868 with :
6969 debug : ${{ inputs.debug }}
7070
7171 - name : Automatic PR Review
72- uses : anthropics/claude-code-action@426380f01bad0a17200865605a85cb28926dccbf # v1.0.9
72+ uses : anthropics/claude-code-action@06e550b8ff71349db253443c6ca8a4b120e7f89d # v1.0.16
7373 with :
7474 allowed_tools : ${{ inputs.allowed_tools }}
7575 anthropic_api_key : ${{ secrets.anthropic_api_key }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 🔗 🤖 Claude Code
22
33# Dependencies:
44# - actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5- # - anthropics/[email protected] .9 5+ # - anthropics/[email protected] .16 6677# - SocketDev/socket-registry/.github/actions/debug
88
@@ -45,12 +45,12 @@ jobs:
4545 autocrlf : false
4646
4747 - name : Setup debug
48- uses : SocketDev/socket-registry/.github/actions/debug@42af85173896eefdd299364a2200d308b1c63caa # main
48+ uses : SocketDev/socket-registry/.github/actions/debug@1a96ced97aaa85d61543351b90d6f463b983c46c # main
4949 with :
5050 debug : ${{ inputs.debug }}
5151
5252 - name : Run Claude Code
5353 id : claude
54- uses : anthropics/claude-code-action@426380f01bad0a17200865605a85cb28926dccbf # v1.0.9
54+ uses : anthropics/claude-code-action@06e550b8ff71349db253443c6ca8a4b120e7f89d # v1.0.16
5555 with :
5656 anthropic_api_key : ${{ secrets.anthropic_api_key }}
Original file line number Diff line number Diff line change 9393 exit 1
9494 fi
9595
96- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@42af85173896eefdd299364a2200d308b1c63caa # main
96+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@1a96ced97aaa85d61543351b90d6f463b983c46c # main
9797 with :
9898 node-version : ${{ inputs.node-version }}
9999 debug : ${{ inputs.debug }}
Original file line number Diff line number Diff line change 6666 runs-on : ubuntu-latest
6767 timeout-minutes : ${{ inputs.timeout-minutes }}
6868 steps :
69- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@42af85173896eefdd299364a2200d308b1c63caa # main
69+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@1a96ced97aaa85d61543351b90d6f463b983c46c # main
7070 with :
7171 node-version : ${{ inputs.node-version }}
7272 debug : ${{ inputs.debug }}
You can’t perform that action at this time.
0 commit comments