We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2b2b3 commit 59225f5Copy full SHA for 59225f5
1 file changed
.github/workflows/debug-win-build.yml
@@ -31,8 +31,14 @@ jobs:
31
run: |
32
node --version; pnpm --version; corepack --version; npm --version
33
34
- - name: Install deps (no Socket Firewall, to isolate sfw)
35
- run: pnpm install --frozen-lockfile
+ - name: Set up Socket Firewall
+ uses: socketdev/action@937f824ec476dfd164d4a4d9995751427b0be143 # v1
36
+ with:
37
+ mode: firewall
38
+ env:
39
+ SOCKET_SECURITY_API_KEY: ${{ secrets.SOCKET_SECURITY_API_KEY }}
40
+ - name: Install deps (WITH Socket Firewall — reproduce release)
41
+ run: sfw pnpm install --frozen-lockfile
42
43
- name: Diagnostics
44
shell: bash
0 commit comments