File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@ed3119078118d558f095e9adf8800263166d65f9 # main
20+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
2121 with :
2222 fail-fast : false
2323 lint-script : ' pnpm run lint --all'
Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
4545 echo "Sleeping for $delay seconds..."
4646 sleep $delay
4747
48- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@ed3119078118d558f095e9adf8800263166d65f9 # main
48+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
4949
5050 - name : Configure push credentials
5151 env :
5252 GH_TOKEN : ${{ github.token }}
5353 run : git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git"
5454
55- - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@ed3119078118d558f095e9adf8800263166d65f9 # main
55+ - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
5656 with :
5757 gpg-private-key : ${{ secrets.BOT_GPG_PRIVATE_KEY }}
5858
@@ -122,5 +122,5 @@ jobs:
122122 gh pr reopen "$pr_number"
123123 fi
124124
125- - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@ed3119078118d558f095e9adf8800263166d65f9 # main
125+ - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
126126 if : always()
Original file line number Diff line number Diff line change 3030 permissions :
3131 contents : write # To create GitHub releases
3232 id-token : write # For npm trusted publishing via OIDC
33- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@ed3119078118d558f095e9adf8800263166d65f9 # main
33+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
3434 with :
3535 debug : ${{ inputs.debug }}
3636 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@ed3119078118d558f095e9adf8800263166d65f9 # main
27+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@96c2a403934488b2b1d6127e44f65fd2c36c1150 # 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@ed3119078118d558f095e9adf8800263166d65f9 # main
51+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
5252
5353 - name : Create update branch
5454 id : branch
6060 git checkout -b "$BRANCH_NAME"
6161 echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
6262
63- - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@ed3119078118d558f095e9adf8800263166d65f9 # main
63+ - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
6464 with :
6565 gpg-private-key : ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6666
@@ -306,7 +306,7 @@ jobs:
306306 test-output.log
307307 retention-days : 7
308308
309- - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@ed3119078118d558f095e9adf8800263166d65f9 # main
309+ - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
310310 if : always()
311311
312312 notify :
You can’t perform that action at this time.
0 commit comments