From 2c07cd2b8ef31c41e7cc58d652da798f0dd5af6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:12:29 +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 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