File tree Expand file tree Collapse file tree 3 files changed +2169
-2161
lines changed Expand file tree Collapse file tree 3 files changed +2169
-2161
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v4.2.2
24
+ uses : actions/checkout@v4.3.0
25
25
26
26
- name : Use Node.js
27
27
uses : actions/setup-node@v4.4.0
36
36
37
37
- name : Audit URLs using Lighthouse
38
38
id : lighthouse_audit
39
- uses : treosh/lighthouse-ci-action@12.1.0
39
+ uses : treosh/lighthouse-ci-action@12.6.1
40
40
with :
41
41
urls : |
42
42
http://localhost:3000
54
54
55
55
- name : Format lighthouse score
56
56
id : format_lighthouse_score
57
- uses : actions/github-script@v7.0.1
57
+ uses : actions/github-script@v7.1.0
58
58
with :
59
59
github-token : ${{ secrets.GITHUB_TOKEN }}
60
60
script : |
66
66
67
67
- name : Add Lighthouse stats as comment
68
68
id : comment_to_pr
69
- uses : marocchino/sticky-pull-request-comment@v2.9.2
69
+ uses : marocchino/sticky-pull-request-comment@v2.9.4
70
70
with :
71
71
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
72
72
number : ${{ github.event.pull_request.number }}
You can’t perform that action at this time.
0 commit comments