Skip to content

Commit 138b277

Browse files
committed
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org into production
2 parents 4237956 + c3a9017 commit 138b277

71 files changed

Lines changed: 1871 additions & 796 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/add-to-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
1717
steps:
1818
- name: Update release notes
19-
uses: release-drafter/release-drafter@v5.22.0
19+
uses: release-drafter/release-drafter@v5.23.0
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.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@9.3.1
31+
uses: treosh/lighthouse-ci-action@9.6.8
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
@@ -53,7 +53,7 @@ jobs:
5353
COMMIT_SHA: ${{ github.sha }}
5454
run: ./src/tools/scripts/set_lighthouse_urls.sh
5555
- name: Audit URLs using Lighthouse
56-
uses: treosh/lighthouse-ci-action@9.3.1
56+
uses: treosh/lighthouse-ci-action@9.6.8
5757
id: LHCIAction
5858
with:
5959
# 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)