From 4924f8415d1d2dc36bfaed54a38a45ff585438a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:11:09 +0000 Subject: [PATCH] Bump treosh/lighthouse-ci-action from 12.6.1 to 12.6.2 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 12.6.1 to 12.6.2. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](https://github.com/treosh/lighthouse-ci-action/compare/12.6.1...12.6.2) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-version: 12.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/production-checks.yml | 2 +- .github/workflows/test-website.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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