diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index 7a29a25c4..177a18634 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -27,7 +27,7 @@ jobs: - name: Audit URLs using Lighthouse id: lighthouse_audit - uses: treosh/lighthouse-ci-action@v12 # 9.3.0 + uses: treosh/lighthouse-ci-action@v12 with: urls: | ${{ steps.netlify.outputs.deployUrl }}/ @@ -42,7 +42,7 @@ jobs: - name: Format lighthouse score id: format_lighthouse_score - uses: actions/github-script@9ac08808f9v793958e9de277fe43a64532a609130e # v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -54,7 +54,7 @@ jobs: - name: Add Lighthouse stats as comment id: comment_to_pr - uses: marocchino/sticky-pull-request-comment@v2 # v2.2.0 + uses: marocchino/sticky-pull-request-comment@v2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} number: ${{ github.event.pull_request.number }}