We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cb8b7 commit a64e69aCopy full SHA for a64e69a
1 file changed
.github/workflows/sca-scan.yml
@@ -7,16 +7,6 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@master
10
- - uses: pnpm/action-setup@v2
11
- with:
12
- version: 7
13
- - name: Use Node.js 18.x
14
- uses: actions/setup-node@v3.7.0
15
16
- node-version: '18.x'
17
- cache: 'pnpm'
18
- - name: Install dependencies
19
- run: pnpm install --no-frozen-lockfile
20
- name: Run Snyk to check for vulnerabilities
21
uses: snyk/actions/node@master
22
env:
0 commit comments