From e141afa720040096950578d11cc30260cb24a04a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:53:05 +0000 Subject: [PATCH] ci(deps): bump treosh/lighthouse-ci-action Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 512cc908a55bfb0ad231facca52adf3d3a651df4 to 3e7e23fb74242897f95c0ba9cabad3d0227b9b18. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](https://github.com/treosh/lighthouse-ci-action/compare/512cc908a55bfb0ad231facca52adf3d3a651df4...3e7e23fb74242897f95c0ba9cabad3d0227b9b18) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-version: 3e7e23fb74242897f95c0ba9cabad3d0227b9b18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 940cbc2..d978fc7 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -58,7 +58,7 @@ jobs: uv run zensical build -f zensical.es.toml --clean - name: Run Lighthouse CI - uses: treosh/lighthouse-ci-action@512cc908a55bfb0ad231facca52adf3d3a651df4 # v12 + uses: treosh/lighthouse-ci-action@3e7e23fb74242897f95c0ba9cabad3d0227b9b18 # v12 with: configPath: .config/lighthouserc.json uploadArtifacts: true