Skip to content

Commit 7992cc9

Browse files
committed
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org into production
2 parents a30f601 + 54317d9 commit 7992cc9

21 files changed

+92
-114
lines changed

.github/workflows/check-translations-lengths.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout Code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
path: this_run
3737
# Full git history is needed to get a proper list of changed files
3838
fetch-depth: 0
3939
- name: Checkout Code
4040
if: github.event_name == 'pull_request'
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
path: original
4444
ref: main

.github/workflows/code-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
language: ['javascript', 'python']
3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: Set up Python 3.12
3737
if: ${{ matrix.language == 'python' }}
3838
uses: actions/setup-python@v5

.github/workflows/compress-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
github.event.pull_request.head.repo.full_name == github.repository)
4444
steps:
4545
- name: Checkout Branch
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
- name: Run Image Compression
4848
id: calibre
4949
uses: calibreapp/image-actions@main

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
# Full git history is needed to get a proper list of changed files within `super-linter`
2525
fetch-depth: 0
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
echo "VALIDATE_ALL_CODEBASE=false" >> $GITHUB_ENV
3333
- name: Lint Code Base
34-
uses: super-linter/super-linter/slim@v7
34+
uses: super-linter/super-linter/slim@v8
3535
env:
3636
DEFAULT_BRANCH: main
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lintsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout Code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
# Full git history is needed to get a proper list of changed files within `super-linter`
2020
fetch-depth: 0

.github/workflows/predeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout branch
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
- name: Setup Node.js for use with actions
3636
uses: actions/setup-node@v4
3737
with:

.github/workflows/production-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
2525
steps:
2626
- name: Checkout branch
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
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

.github/workflows/test-template-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
3030
steps:
3131
- name: Checkout Code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0
3535
- name: Setup Node.js for use with actions

.github/workflows/test_website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
2222
steps:
2323
- name: Checkout branch
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
# Full git history is needed to get a proper list of changed files within `super-linter`
2727
fetch-depth: 0
@@ -40,7 +40,7 @@ jobs:
4040
- name: Use more complete checks for generated HTML linting
4141
run: cp -f .github/linters/.htmlhintrc_morechecks .github/linters/.htmlhintrc
4242
- name: Lint Generated HTML
43-
uses: super-linter/super-linter/slim@v7
43+
uses: super-linter/super-linter/slim@v8
4444
env:
4545
DEFAULT_BRANCH: main
4646
FILTER_REGEX_INCLUDE: src/static/html/.*

src/config/last_updated.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"/static/css/almanac.css": {
33
"date_published": "2020-11-13T00:00:00.000Z",
4-
"date_modified": "2025-05-06T00:00:00.000Z",
5-
"hash": "3e683470db11c9cfc37b975f60c33908"
4+
"date_modified": "2025-08-18T00:00:00.000Z",
5+
"hash": "63f0f2a4ee2df47e2bd4cf285214c820"
66
},
77
"/static/css/ebook.css": {
88
"date_published": "2020-05-15T00:00:00.000Z",
@@ -11,8 +11,8 @@
1111
},
1212
"/static/css/index.css": {
1313
"date_published": "2020-11-13T00:00:00.000Z",
14-
"date_modified": "2025-02-04T00:00:00.000Z",
15-
"hash": "18e84339b38719ad3c252a1cb28283a0"
14+
"date_modified": "2025-08-18T00:00:00.000Z",
15+
"hash": "defdeb965ae67023306166520ea82141"
1616
},
1717
"/static/css/normalize.css": {
1818
"date_published": "2020-11-13T00:00:00.000Z",
@@ -21,8 +21,8 @@
2121
},
2222
"/static/css/page.css": {
2323
"date_published": "2020-11-13T00:00:00.000Z",
24-
"date_modified": "2025-05-06T00:00:00.000Z",
25-
"hash": "4462fb5fe4a290322543fd077bdd6d67"
24+
"date_modified": "2025-08-18T00:00:00.000Z",
25+
"hash": "596f39486235c030f43c64ff23816c11"
2626
},
2727
"/static/css/splash.css": {
2828
"date_published": "2020-11-13T00:00:00.000Z",
@@ -31,8 +31,8 @@
3131
},
3232
"/static/js/almanac.js": {
3333
"date_published": "2021-02-24T00:00:00.000Z",
34-
"date_modified": "2025-03-03T00:00:00.000Z",
35-
"hash": "c756ab98bd4f2ef42223b108aa37ea04"
34+
"date_modified": "2025-08-18T00:00:00.000Z",
35+
"hash": "fa418742db0ee3ef3f6f493962cd0dc7"
3636
},
3737
"/static/js/send-web-vitals.js": {
3838
"date_published": "2021-02-24T00:00:00.000Z",
@@ -41,8 +41,8 @@
4141
},
4242
"/static/js/web-vitals.js": {
4343
"date_published": "2020-11-13T00:00:00.000Z",
44-
"date_modified": "2025-06-15T00:00:00.000Z",
45-
"hash": "8d892f61f132b9a5889c5811203fa593"
44+
"date_modified": "2025-08-18T00:00:00.000Z",
45+
"hash": "e7b8ecda99703fdc7c6a33b6a3d07cc6"
4646
},
4747
"/static/js/webmentions.js": {
4848
"date_published": "2021-12-01T00:00:00.000Z",

0 commit comments

Comments
 (0)