Skip to content

Commit 5e344e4

Browse files
authored
chore: update @socketsecurity/lib to v5.8.2, update workflow SHA (#517)
1 parent edea230 commit 5e344e4

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
ci:
1919
name: Run CI Pipeline
20-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@db024ea0ebbf1e6c73acdb8a6fb02a8c5e2c7410 # main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@b5641338627b8c60caf16ec3d3cf17b1f29e1d74 # main
2121
with:
2222
fail-fast: false
2323
lint-script: 'pnpm run lint --all'

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
persist-credentials: false
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252

53-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@d83e76d998a5b13e7e844273898ccee35bb991c4 # main
53+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@b5641338627b8c60caf16ec3d3cf17b1f29e1d74 # 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@d83e76d998a5b13e7e844273898ccee35bb991c4 # main
131+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@b5641338627b8c60caf16ec3d3cf17b1f29e1d74 # main
132132

133133
- name: Build SDK
134134
run: pnpm run build

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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@d83e76d998a5b13e7e844273898ccee35bb991c4 # main
28+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@b5641338627b8c60caf16ec3d3cf17b1f29e1d74 # main
2929
with:
3030
debug: ${{ inputs.debug }}
3131
dist-tag: ${{ inputs.dist-tag }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {
6767
"@socketregistry/packageurl-js": "1.3.5",
68-
"@socketsecurity/lib": "5.8.1",
68+
"@socketsecurity/lib": "5.8.2",
6969
"form-data": "4.0.5"
7070
},
7171
"devDependencies": {

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)