From 7093ba8ccae4fda81acf3e0508aa8f012ad7d36d Mon Sep 17 00:00:00 2001 From: "microbit-renovate[bot]" <318704470+microbit-renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 07:24:19 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d398fa024..f6007f02c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,9 +39,9 @@ jobs: steps: # Note: This workflow disables deployment steps and micro:bit branding installation on forks. - - uses: actions/checkout@v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Configure node - uses: actions/setup-node@v6 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version: 24.x cache: "npm" @@ -71,7 +71,7 @@ jobs: args: npx playwright test - name: Store reports if: (env.STAGE == 'REVIEW' || env.STAGE == 'STAGING') && failure() - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: reports path: reports/