diff --git a/.github/workflows/production-checks.yml b/.github/workflows/production-checks.yml index e19f469e..d837d65b 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: ./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 274b2da2..d4738b0e 100644 --- a/.github/workflows/test-website.yml +++ b/.github/workflows/test-website.yml @@ -47,7 +47,7 @@ jobs: COMMIT_SHA: ${{ github.sha }} run: ./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