We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44483d6 commit 92abef4Copy full SHA for 92abef4
.github/actions/setup/action.yml
@@ -21,10 +21,7 @@ runs:
21
node-version: ${{ inputs.node-version }}
22
cache: 'pnpm'
23
24
- - name: Install Socket CLI
+ - name: Install dependencies
25
shell: bash
26
- run: pnpm add -g @socketsecurity/cli
27
-
28
- - name: Install dependencies with `socket pnpm`
29
- shell: bash
30
- run: socket pnpm install --config '{"issueRules":{"malware":true}}'
+ run: |
+ pnpm dlx @socketsecurity/cli pnpm install --config '{"issueRules":{"malware":true}}'
0 commit comments