From 9052948b706b26a27d06cdb60370de4decf7e48a Mon Sep 17 00:00:00 2001 From: DominikIwanek Date: Mon, 15 Sep 2025 13:20:14 +0200 Subject: [PATCH] [ACS-10100][Security] Remove npx usage from CI/CD and shell scripts to mitigate supply chain risks --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index aeb9a5f953..867bbe7862 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -216,6 +216,7 @@ jobs: fetch-depth: 0 # Fetch all history for all tags and branches - uses: ./.github/actions/setup - uses: ./.github/actions/download-node-modules-and-artifacts + - run: npm run lint:affected $NX_CALCULATION_FLAGS - run: npm run lint:affected -- $NX_CALCULATION_FLAGS build-libs: