From 22ec5dde1cb32cdbbb8e014bcffa3ed3ee5469bc Mon Sep 17 00:00:00 2001 From: Benedikt Kuehn <41262108+benekuehn@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:46:22 +0100 Subject: [PATCH] wiz-adv-2025-116 --- .github/workflows/pr-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 35903815..91ac185f 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -26,7 +26,7 @@ jobs: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - name: Install packages - run: yarn + run: yarn --frozen-lockfile - name: ESLint run: yarn eslint @@ -77,7 +77,7 @@ jobs: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - name: Install packages - run: yarn + run: yarn --frozen-lockfile - name: Build run: yarn build - name: Ensure that the committed dist matches the build