Skip to content

Commit abaeb7d

Browse files
committed
[repo] Additional fix on lighthouse
1 parent 51e6576 commit abaeb7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lighthouse-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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 }}/
@@ -42,7 +42,7 @@ jobs:
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: |
@@ -54,7 +54,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)