File tree Expand file tree Collapse file tree 3 files changed +2583
-2633
lines changed Expand file tree Collapse file tree 3 files changed +2583
-2633
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4.2.2
24+ uses : actions/checkout@v4.3.0
2525
2626 - name : Use Node.js
2727 uses : actions/setup-node@v4.4.0
3636
3737 - name : Audit URLs using Lighthouse
3838 id : lighthouse_audit
39- uses : treosh/lighthouse-ci-action@12.1.0
39+ uses : treosh/lighthouse-ci-action@12.6.1
4040 with :
4141 urls : |
4242 http://localhost:3000
5151
5252 - name : Format lighthouse score
5353 id : format_lighthouse_score
54- uses : actions/github-script@v7.0.1
54+ uses : actions/github-script@v7.1.0
5555 with :
5656 github-token : ${{ secrets.GITHUB_TOKEN }}
5757 script : |
6363
6464 - name : Add Lighthouse stats as comment
6565 id : comment_to_pr
66- uses : marocchino/sticky-pull-request-comment@v2.9.2
66+ uses : marocchino/sticky-pull-request-comment@v2.9.4
6767 with :
6868 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6969 number : ${{ github.event.pull_request.number }}
You can’t perform that action at this time.
0 commit comments