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,4 +21,4 @@ concurrency:
2121jobs :
2222 ci :
2323 name : Run CI Pipeline
24- uses : SocketDev/socket-registry/.github/workflows/ci.yml@594526f395d117daaf2e2e228211054d763b3083 # main
24+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@6e347cee8d7112844a65016f60afe6761f187551 # main
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ permissions:
3232
3333jobs :
3434 publish :
35- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@594526f395d117daaf2e2e228211054d763b3083 # main
35+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@6e347cee8d7112844a65016f60afe6761f187551 # main
3636 with :
3737 debug : ${{ inputs.debug }}
3838 dist-tag : ${{ inputs.dist-tag }}
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@594526f395d117daaf2e2e228211054d763b3083 # main
27+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@6e347cee8d7112844a65016f60afe6761f187551 # main
2828
2929 - name : Check for npm updates
3030 id : check
4949 contents : write
5050 pull-requests : write
5151 steps :
52- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@594526f395d117daaf2e2e228211054d763b3083 # main
52+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@6e347cee8d7112844a65016f60afe6761f187551 # main
5353
5454 - name : Create update branch
5555 id : branch
6262 git checkout -b "$BRANCH_NAME"
6363 echo "branch=$BRANCH_NAME" >> "$GITHUB_OUTPUT"
6464
65- - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@594526f395d117daaf2e2e228211054d763b3083 # main
65+ - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@6e347cee8d7112844a65016f60afe6761f187551 # main
6666 with :
6767 gpg-private-key : ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6868
@@ -303,7 +303,7 @@ jobs:
303303 test-output.log
304304 retention-days : 7
305305
306- - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@594526f395d117daaf2e2e228211054d763b3083 # main
306+ - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@6e347cee8d7112844a65016f60afe6761f187551 # main
307307 if : always()
308308
309309 notify :
You can’t perform that action at this time.
0 commit comments