File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
needs : deploy-example-site
34
34
runs-on : ubuntu-22.04
35
35
steps :
36
- - uses : actions/checkout@v5
36
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37
37
with :
38
38
ref : ${{ github.event.workflow_run.head_branch }}
39
- - uses : actions/setup-node@v5
39
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
40
40
with :
41
41
node-version : 22
42
42
- name : Installing packages
47
47
run : |
48
48
node performance/lighthouse-script.js
49
49
- name : Download the artifact for main
50
- uses : actions/download-artifact@v4
50
+ uses : actions/download-artifact@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
51
51
with :
52
52
name : lighthouse-reports-main
53
53
path : ./main-report
84
84
fi
85
85
fi
86
86
done
87
- - uses : actions/upload-artifact@v4
87
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
88
88
if : ${{ !cancelled() }}
89
89
with :
90
90
name : lighthouse-reports-pr
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
generate-lighthouse-report :
14
14
runs-on : ubuntu-22.04
15
15
steps :
16
- - uses : actions/checkout@v5
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
17
with :
18
18
ref : ${{ github.event.workflow_run.head_branch }}
19
- - uses : actions/setup-node@v5
19
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
20
20
with :
21
21
node-version : 18
22
22
- name : Installing packages
36
36
GITHUB_PR_NUMBER : ${{ env.GITHUB_PR_NUMBER }}
37
37
run : |
38
38
node performance/lighthouse-script.js
39
- - uses : actions/upload-artifact@v4
39
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
40
40
with :
41
41
name : lighthouse-reports-main
42
42
path : lighthouse-reports/main-report.json
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"private" : " true" ,
5
5
"devDependencies" : {
6
- "lighthouse" : " ^ 12.2.2" ,
7
- "puppeteer" : " ^ 24.22.0"
6
+ "lighthouse" : " 12.2.2" ,
7
+ "puppeteer" : " 24.22.0"
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments