File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ concurrency:
2121jobs :
2222 ci :
2323 name : Run CI Pipeline
24- uses : SocketDev/socket-registry/.github/workflows/ci.yml@75964f14e0682ae4aa846119e2fc9a710d970056 # main (2026-05-15)
24+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@b5b9f01d8a2741bf2b6024589790bf922455c306 # main (2026-05-15)
2525 with :
2626 test-script : ' pnpm run test --all --skip-build'
Original file line number Diff line number Diff line change 3434 permissions :
3535 contents : write # To create GitHub releases
3636 id-token : write # For npm trusted publishing via OIDC
37- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@75964f14e0682ae4aa846119e2fc9a710d970056 # main (2026-05-15)
37+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@b5b9f01d8a2741bf2b6024589790bf922455c306 # main (2026-05-15)
3838 with :
3939 debug : ${{ inputs.debug }}
4040 dist-tag : ${{ inputs.dist-tag }}
Original file line number Diff line number Diff line change 5858 echo "Sleeping for $delay seconds..."
5959 sleep $delay
6060
61- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@75964f14e0682ae4aa846119e2fc9a710d970056 # main (2026-05-15)
61+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@b5b9f01d8a2741bf2b6024589790bf922455c306 # main (2026-05-15)
6262 - name : Configure push credentials
6363 env :
6464 GH_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 weekly-update :
13- uses : SocketDev/socket-registry/.github/workflows/weekly-update.yml@a92445215e7370ce7f7ded560e9f150370e7dd43 # main (2026-05-15)
13+ uses : SocketDev/socket-registry/.github/workflows/weekly-update.yml@b5b9f01d8a2741bf2b6024589790bf922455c306 # main (2026-05-15)
1414 with :
1515 test-setup-script : ' pnpm run build'
1616 test-script : ' pnpm test'
Original file line number Diff line number Diff line change 119119 "node" : " >=18.20.8" ,
120120 "pnpm" : " >=11.0.8"
121121 },
122- "packageManager" : " pnpm@11.0.8 "
122+ "packageManager" : " pnpm@11.1.2 "
123123}
You can’t perform that action at this time.
0 commit comments