File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # main
20+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main
2121 with :
2222 fail-fast : false
2323 lint-script : ' pnpm run lint --all'
Original file line number Diff line number Diff line change 5050 persist-credentials : false
5151 token : ${{ secrets.GITHUB_TOKEN }}
5252
53- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # main
53+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main
5454
5555 - name : Generate SDK
5656 # Fetches OpenAPI, generates types/api.d.ts and src/types-strict.ts
@@ -128,7 +128,7 @@ jobs:
128128 persist-credentials : false
129129 ref : automated/open-api
130130
131- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # main
131+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main
132132
133133 - name : Build SDK
134134 run : pnpm run build
Original file line number Diff line number Diff line change 2525 permissions :
2626 contents : write # To create GitHub releases
2727 id-token : write # For npm trusted publishing via OIDC
28- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # main
28+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main
2929 with :
3030 debug : ${{ inputs.debug }}
3131 dist-tag : ${{ inputs.dist-tag }}
You can’t perform that action at this time.
0 commit comments