Skip to content

Commit 53f94ba

Browse files
Bump treosh/lighthouse-ci-action from 12.6.1 to 12.6.2 (#1224)
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](treosh/lighthouse-ci-action@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
1 parent f80aac1 commit 53f94ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set the list of URLs for Lighthouse to check
2929
run: ./tools/scripts/set_lighthouse_urls.sh -p
3030
- name: Audit URLs using Lighthouse
31-
uses: treosh/lighthouse-ci-action@12.6.1
31+
uses: treosh/lighthouse-ci-action@12.6.2
3232
id: LHCIAction
3333
with:
3434
# For prod, we simply check for 100% in Accessibility, Best Practices and SEO

.github/workflows/test-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
COMMIT_SHA: ${{ github.sha }}
4848
run: ./tools/scripts/set_lighthouse_urls.sh
4949
- name: Audit URLs using Lighthouse
50-
uses: treosh/lighthouse-ci-action@12.6.1
50+
uses: treosh/lighthouse-ci-action@12.6.2
5151
id: LHCIAction
5252
with:
5353
# For dev, turn off all timing perf audits (too unreliable) and a few others that don't work on dev

0 commit comments

Comments
 (0)