We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8f761 commit f873900Copy full SHA for f873900
1 file changed
.github/workflows/release.yaml
@@ -30,7 +30,6 @@ jobs:
30
- name: Install pnpm
31
uses: pnpm/action-setup@v4
32
with:
33
- version: 10
34
package_json_file: blueledger-webapp/package.json
35
run_install: false
36
@@ -44,8 +43,9 @@ jobs:
44
43
- name: Install dependencies
45
run: pnpm install
46
47
- - name: Verify package integrity
48
- run: pnpm audit signatures
+ - name: Security audit
+ run: pnpm audit --audit-level high
+ continue-on-error: true
49
50
- name: Run semantic-release
51
env:
0 commit comments