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@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main
20+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@ec0af5ed4601f2bca8c042b290135c30854648d9 # main
2121 with :
2222 fail-fast : false
2323 lint-script : ' pnpm run lint --all'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ permissions:
2727
2828jobs :
2929 publish :
30- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main
30+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@ec0af5ed4601f2bca8c042b290135c30854648d9 # main
3131 with :
3232 debug : ${{ inputs.debug }}
3333 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@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main
27+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@ec0af5ed4601f2bca8c042b290135c30854648d9 # 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@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main
51+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@ec0af5ed4601f2bca8c042b290135c30854648d9 # 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@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main
63+ - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@ec0af5ed4601f2bca8c042b290135c30854648d9 # main
6464 with :
6565 gpg-private-key : ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6666
@@ -290,7 +290,7 @@ jobs:
290290 test-output.log
291291 retention-days : 7
292292
293- - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main
293+ - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@ec0af5ed4601f2bca8c042b290135c30854648d9 # main
294294 if : always()
295295
296296 notify :
You can’t perform that action at this time.
0 commit comments