We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b332b commit c203c38Copy full SHA for c203c38
.github/workflows/lighthouse-report.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Audit URLs using Lighthouse
38
id: lighthouse_audit
39
- uses: treosh/lighthouse-ci-action@12.1.0
+ uses: treosh/lighthouse-ci-action@12.6.1
40
with:
41
urls: |
42
http://localhost:3000
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Add Lighthouse stats as comment
68
id: comment_to_pr
69
- uses: marocchino/sticky-pull-request-comment@v2.9.2
+ uses: marocchino/sticky-pull-request-comment@v2.9.3
70
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
number: ${{ github.event.pull_request.number }}
0 commit comments