Skip to content

Commit 81ebb3d

Browse files
Merge branch 'main' into western-wombat
2 parents 04f1694 + 64bdaeb commit 81ebb3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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