Skip to content

Commit 64bdaeb

Browse files
Bump treosh/lighthouse-ci-action from 12.6.1 to 12.6.2 (#4433)
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>
1 parent d60ce0e commit 64bdaeb

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: ./src/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
@@ -54,7 +54,7 @@ jobs:
5454
COMMIT_SHA: ${{ github.sha }}
5555
run: ./src/tools/scripts/set_lighthouse_urls.sh
5656
- name: Audit URLs using Lighthouse
57-
uses: treosh/lighthouse-ci-action@12.6.1
57+
uses: treosh/lighthouse-ci-action@12.6.2
5858
id: LHCIAction
5959
with:
6060
# 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)