@@ -7,9 +7,9 @@ name: ⚡ CI Pipeline
77# - SocketDev/socket-registry/.github/workflows/lint.yml
88# - SocketDev/socket-registry/.github/workflows/types.yml
99# - SocketDev/socket-registry/.github/workflows/test.yml
10- # - SocketDev/socket-registry/.github/actions/setup-and-install@main
11- # - actions/checkout (SHA-pinned)
12- # - actions/upload-artifact (SHA-pinned)
10+ # - SocketDev/socket-registry/.github/actions/setup-and-install
11+ # - actions/checkout@v5.0.0
12+ # - actions/upload-artifact@v4.4.0
1313
1414on :
1515 workflow_call :
@@ -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@main
164+ uses : SocketDev/socket-registry/.github/workflows/lint.yml@c61feb5e700271684d8bf553f82c674d3254385c # 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@main
176+ uses : SocketDev/socket-registry/.github/workflows/types.yml@c61feb5e700271684d8bf553f82c674d3254385c # 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@main
188+ uses : SocketDev/socket-registry/.github/workflows/test.yml@c61feb5e700271684d8bf553f82c674d3254385c # 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@main
208+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@c61feb5e700271684d8bf553f82c674d3254385c # main
209209 with :
210210 debug : ${{ inputs.debug }}
211211 node-version : ${{ inputs.type-check-node-version }}
0 commit comments