File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ concurrency:
2121jobs :
2222 ci :
2323 name : Run CI Pipeline
24- uses : SocketDev/socket-registry/.github/workflows/ci.yml@437c22d2db79a9a94f4bff64ebbbbe1e5170473a # main
24+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@91544bee74cc405a9aa6a287831ba25da1a464e3 # main
2525 with :
2626 test-script : ' pnpm run test --all --skip-build'
Original file line number Diff line number Diff line change 3434 permissions :
3535 contents : write # To create GitHub releases
3636 id-token : write # For npm trusted publishing via OIDC
37- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@437c22d2db79a9a94f4bff64ebbbbe1e5170473a # main
37+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@91544bee74cc405a9aa6a287831ba25da1a464e3 # main
3838 with :
3939 debug : ${{ inputs.debug }}
4040 dist-tag : ${{ inputs.dist-tag }}
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
5858 echo "Sleeping for $delay seconds..."
5959 sleep $delay
6060
61- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@437c22d2db79a9a94f4bff64ebbbbe1e5170473a # main
61+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@91544bee74cc405a9aa6a287831ba25da1a464e3 # main
6262
6363 - name : Configure push credentials
6464 env :
6565 GH_TOKEN : ${{ github.token }}
6666 run : git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git"
6767
68- - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@437c22d2db79a9a94f4bff64ebbbbe1e5170473a # main
68+ - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@91544bee74cc405a9aa6a287831ba25da1a464e3 # main
6969 with :
7070 gpg-private-key : ${{ secrets.BOT_GPG_PRIVATE_KEY }}
7171
@@ -171,5 +171,5 @@ jobs:
171171 > \`\`\`
172172 EOF
173173
174- - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@437c22d2db79a9a94f4bff64ebbbbe1e5170473a # main
174+ - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@91544bee74cc405a9aa6a287831ba25da1a464e3 # main
175175 if : always()
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 weekly-update :
13- uses : SocketDev/socket-registry/.github/workflows/weekly-update.yml@437c22d2db79a9a94f4bff64ebbbbe1e5170473a # main
13+ uses : SocketDev/socket-registry/.github/workflows/weekly-update.yml@91544bee74cc405a9aa6a287831ba25da1a464e3 # main
1414 with :
1515 test-setup-script : ' pnpm run build'
1616 test-script : ' pnpm test'
Original file line number Diff line number Diff line change 1- 25.9 .0
1+ 26.1 .0
Original file line number Diff line number Diff line change 114114 },
115115 "engines" : {
116116 "node" : " >=18.20.8" ,
117- "pnpm" : " >=11.0.7 "
117+ "pnpm" : " >=11.0.8 "
118118 },
119- "packageManager" : " pnpm@11.0.7 "
119+ "packageManager" : " pnpm@11.0.8 "
120120}
You can’t perform that action at this time.
0 commit comments