mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10100][Security] Remove npx usage from CI/CD and shell scripts to mitigate supply chain risks (#4795)
This commit is contained in:
@@ -29,7 +29,9 @@ runs:
|
||||
|
||||
- name: Build Libraries
|
||||
shell: bash
|
||||
run: npm ci && npx nx run-many --target=build
|
||||
run: |
|
||||
npm ci
|
||||
npm run ci:build:many
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
name: setup GH registry
|
||||
|
||||
Reference in New Issue
Block a user