Skip to content

Commit 3c50bc5

Browse files
Pin dependencies (#1278)
Co-authored-by: microbit-renovate[bot] <318704470+microbit-renovate[bot]@users.noreply.github.com>
1 parent a481683 commit 3c50bc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939

4040
steps:
4141
# Note: This workflow disables deployment steps and micro:bit branding installation on forks.
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
4343
- name: Configure node
44-
uses: actions/setup-node@v6
44+
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
4545
with:
4646
node-version: 24.x
4747
cache: "npm"
@@ -71,7 +71,7 @@ jobs:
7171
args: npx playwright test
7272
- name: Store reports
7373
if: (env.STAGE == 'REVIEW' || env.STAGE == 'STAGING') && failure()
74-
uses: actions/upload-artifact@v7
74+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
7575
with:
7676
name: reports
7777
path: reports/

0 commit comments

Comments
 (0)