File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
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@da519693b701861bc0f9690a30f50af1a1dcd49c # main
20+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
2121 with :
2222 fail-fast : false
2323 lint-script : ' pnpm run lint --all'
@@ -39,11 +39,11 @@ jobs:
3939 autocrlf : false
4040 persist-credentials : false
4141
42- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
42+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
4343 with :
4444 node-version : 22
4545
46- - uses : SocketDev/socket-registry/.github/actions/cache-npm-packages@da519693b701861bc0f9690a30f50af1a1dcd49c # main
46+ - uses : SocketDev/socket-registry/.github/actions/cache-npm-packages@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
4747
4848 - name : Build registry
4949 shell : bash
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ permissions:
3131
3232jobs :
3333 publish :
34- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@da519693b701861bc0f9690a30f50af1a1dcd49c # main
34+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
3535 with :
3636 debug : ${{ inputs.debug }}
3737 force-registry : ${{ inputs.force-registry }}
Original file line number Diff line number Diff line change 2424 outputs :
2525 has-updates : ${{ steps.check.outputs.has-updates }}
2626 steps :
27- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
27+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
2828
2929 - name : Check for npm updates
3030 id : check
4848 contents : write
4949 pull-requests : write
5050 steps :
51- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
51+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
5252 with :
5353 checkout-fetch-depth : ' 0'
5454
6262 git checkout -b "$BRANCH_NAME"
6363 echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
6464
65- - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@da519693b701861bc0f9690a30f50af1a1dcd49c # main
65+ - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
6666 with :
6767 gpg-private-key : ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6868
@@ -268,7 +268,7 @@ jobs:
268268 test-output.log
269269 retention-days : 7
270270
271- - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@da519693b701861bc0f9690a30f50af1a1dcd49c # main
271+ - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
272272 if : always()
273273
274274 notify :
You can’t perform that action at this time.
0 commit comments