File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Audit URLs using Lighthouse
2929 id : lighthouse_audit
30- uses : treosh/lighthouse-ci-action@v12 # 9.3.0
30+ uses : treosh/lighthouse-ci-action@v12
3131 with :
3232 urls : |
3333 ${{ steps.netlify.outputs.deployUrl }}/
4242
4343 - name : Format lighthouse score
4444 id : format_lighthouse_score
45- uses : actions/github-script@9ac08808f9v793958e9de277fe43a64532a609130e # v6
45+ uses : actions/github-script@v7
4646 with :
4747 github-token : ${{ secrets.GITHUB_TOKEN }}
4848 script : |
5454
5555 - name : Add Lighthouse stats as comment
5656 id : comment_to_pr
57- uses : marocchino/sticky-pull-request-comment@v2 # v2.2.0
57+ uses : marocchino/sticky-pull-request-comment@v2
5858 with :
5959 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6060 number : ${{ github.event.pull_request.number }}
You can’t perform that action at this time.
0 commit comments