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@1dc0e87db45927365e0622ed56a583f97c6cbbab # main
30+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@96c2a403934488b2b1d6127e44f65fd2c36c1150 # 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@1dc0e87db45927365e0622ed56a583f97c6cbbab # main
49+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
5050
5151 - name : Build project
5252 run : pnpm run build
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626
2727jobs :
2828 publish :
29- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@1dc0e87db45927365e0622ed56a583f97c6cbbab # main
29+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
3030 with :
3131 debug : ${{ inputs.debug }}
3232 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@1dc0e87db45927365e0622ed56a583f97c6cbbab # 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@1dc0e87db45927365e0622ed56a583f97c6cbbab # 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@1dc0e87db45927365e0622ed56a583f97c6cbbab # 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
@@ -295,7 +295,7 @@ jobs:
295295 test-output.log
296296 retention-days : 7
297297
298- - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@1dc0e87db45927365e0622ed56a583f97c6cbbab # main
298+ - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
299299 if : always()
300300
301301 notify :
You can’t perform that action at this time.
0 commit comments