There was an error while loading. Please reload this page.
1 parent a481683 commit 3c50bc5Copy full SHA for 3c50bc5
1 file changed
.github/workflows/build.yml
@@ -39,9 +39,9 @@ jobs:
39
40
steps:
41
# Note: This workflow disables deployment steps and micro:bit branding installation on forks.
42
- - uses: actions/checkout@v6
+ - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
43
- name: Configure node
44
- uses: actions/setup-node@v6
+ uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
45
with:
46
node-version: 24.x
47
cache: "npm"
@@ -71,7 +71,7 @@ jobs:
71
args: npx playwright test
72
- name: Store reports
73
if: (env.STAGE == 'REVIEW' || env.STAGE == 'STAGING') && failure()
74
- uses: actions/upload-artifact@v7
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
75
76
name: reports
77
path: reports/
0 commit comments