@@ -161,7 +161,7 @@ jobs:
161161 lint :
162162 if : inputs.run-lint
163163 name : 🧹 Lint Check
164- uses : SocketDev/socket-registry/.github/workflows/lint.yml@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
164+ uses : SocketDev/socket-registry/.github/workflows/lint.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
165165 with :
166166 debug : ${{ inputs.debug }}
167167 lint-script : ${{ inputs.lint-script }}
@@ -173,7 +173,7 @@ jobs:
173173 type-check :
174174 if : inputs.run-type-check
175175 name : 🔍 Type Check
176- uses : SocketDev/socket-registry/.github/workflows/types.yml@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
176+ uses : SocketDev/socket-registry/.github/workflows/types.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
177177 with :
178178 debug : ${{ inputs.debug }}
179179 node-version : ${{ inputs.type-check-node-version }}
@@ -185,7 +185,7 @@ jobs:
185185 test :
186186 if : inputs.run-test
187187 name : 🧪 Test Matrix
188- uses : SocketDev/socket-registry/.github/workflows/test.yml@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
188+ uses : SocketDev/socket-registry/.github/workflows/test.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
189189 with :
190190 debug : ${{ inputs.debug }}
191191 fail-fast : ${{ inputs.fail-fast }}
@@ -205,7 +205,7 @@ jobs:
205205 steps :
206206 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
207207
208- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
208+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
209209 with :
210210 debug : ${{ inputs.debug }}
211211 node-version : ${{ inputs.type-check-node-version }}
0 commit comments