From ec2903c87b4bf97291b30a80d67a3a83dc146c1f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 09:06:39 +0000 Subject: [PATCH 1/2] Initial plan From aa27b98556e256483f4a083788344bfb43954fc1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 09:15:37 +0000 Subject: [PATCH 2/2] Fix security alert: Replace npm install with npm ci for pinned dependencies Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index b6debca..54dc077 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -133,7 +133,7 @@ jobs: if: ${{ vars.COPILOT_STORAGE_ACCOUNT != '' }} run: | cd .github/skills/azure-storage-loader - npm install --production + npm ci --production - name: Download aggregated usage data from Azure Table Storage if: ${{ vars.COPILOT_STORAGE_ACCOUNT != '' }}