File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@d425cd0501e354096f35043e1badecc370a2fecf # main
30+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # 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@d425cd0501e354096f35043e1badecc370a2fecf # main
49+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # 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@d425cd0501e354096f35043e1badecc370a2fecf # main
24+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # 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@d425cd0501e354096f35043e1badecc370a2fecf # main
27+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # 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@d425cd0501e354096f35043e1badecc370a2fecf # main
51+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # 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@d425cd0501e354096f35043e1badecc370a2fecf # main
63+ - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main
6464 with :
6565 gpg-private-key : ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6666
@@ -295,7 +295,7 @@ jobs:
295295 test-output.log
296296 retention-days : 7
297297
298- - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@d425cd0501e354096f35043e1badecc370a2fecf # main
298+ - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main
299299 if : always()
300300
301301 notify :
You can’t perform that action at this time.
0 commit comments