diff --git a/.github/workflows/production-checks.yml b/.github/workflows/production-checks.yml index 41783286196..aa754ff4a06 100644 --- a/.github/workflows/production-checks.yml +++ b/.github/workflows/production-checks.yml @@ -28,7 +28,7 @@ jobs: - name: Set the list of URLs for Lighthouse to check run: ./src/tools/scripts/set_lighthouse_urls.sh -p - name: Audit URLs using Lighthouse - uses: treosh/lighthouse-ci-action@12.6.1 + uses: treosh/lighthouse-ci-action@12.6.2 id: LHCIAction with: # For prod, we simply check for 100% in Accessibility, Best Practices and SEO diff --git a/.github/workflows/test_website.yml b/.github/workflows/test_website.yml index db7efc0dca7..a29fbfe74e6 100644 --- a/.github/workflows/test_website.yml +++ b/.github/workflows/test_website.yml @@ -54,7 +54,7 @@ jobs: COMMIT_SHA: ${{ github.sha }} run: ./src/tools/scripts/set_lighthouse_urls.sh - name: Audit URLs using Lighthouse - uses: treosh/lighthouse-ci-action@12.6.1 + uses: treosh/lighthouse-ci-action@12.6.2 id: LHCIAction with: # For dev, turn off all timing perf audits (too unreliable) and a few others that don't work on dev