Skip to content

Commit 5a5cc0d

Browse files
author
arifulhoque7
committed
security: strip PolinRider payload / config.bat / CI bypass
1 parent 743bce5 commit 5a5cc0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-wpuf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
- name: Build WPUF-pro
5959
working-directory: plugins/wpuf-pro
6060
run: |
61-
composer i --no-dev -o --no-security-blocking
61+
composer i --no-dev -o
6262
npm i --legacy-peer-deps
6363
grunt --force
6464
6565
# Build wp-user-frontend
6666
- name: Build wpuf-lite
6767
run: |
68-
composer i --no-dev -o --no-security-blocking
68+
composer i --no-dev -o
6969
npm i
7070
npm run build
7171
grunt release --force

0 commit comments

Comments
 (0)