File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ permissions:
2727jobs :
2828 ci :
2929 name : Run CI Pipeline
30- uses : SocketDev/socket-registry/.github/workflows/ci.yml@6096b06b1790f411714c89c40f72aade2eeaab7c # main
30+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
3131 with :
3232 test-setup-script : ' pnpm run build'
3333 lint-script : ' pnpm run lint --all'
4646 runs-on : ubuntu-latest
4747 timeout-minutes : 10
4848 steps :
49- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@6096b06b1790f411714c89c40f72aade2eeaab7c # main
49+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
5050 with :
5151 node-version : ' 24'
5252
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121
2222jobs :
2323 publish :
24- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@6096b06b1790f411714c89c40f72aade2eeaab7c # main
24+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
2525 with :
2626 debug : ${{ inputs.debug }}
2727 package-name : ' @socketsecurity/lib'
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@6096b06b1790f411714c89c40f72aade2eeaab7c # main
27+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # 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@6096b06b1790f411714c89c40f72aade2eeaab7c # main
52+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
5353
5454 - name : Create update branch
5555 id : branch
6161 git checkout -b "$BRANCH_NAME"
6262 echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
6363
64- - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@6096b06b1790f411714c89c40f72aade2eeaab7c # main
64+ - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
6565 with :
6666 gpg-private-key : ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6767
@@ -318,7 +318,7 @@ jobs:
318318 test-output.log
319319 retention-days : 7
320320
321- - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@6096b06b1790f411714c89c40f72aade2eeaab7c # main
321+ - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
322322 if : always()
323323
324324 notify :
You can’t perform that action at this time.
0 commit comments