Skip to content

Commit 2291171

Browse files
latest image (#1018)
1 parent b14f4a5 commit 2291171

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ on:
2525

2626
jobs:
2727
CodeQL-Build:
28-
# CodeQL runs on ubuntu-20.04, windows-latest, and macos-latest
29-
runs-on: ubuntu-20.04
28+
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
29+
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
3232
language: ['javascript', 'python']

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
lint:
1515
name: Lint Code Base
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Code
1919
uses: actions/checkout@v4

.github/workflows/monthly-report-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
default: 'LATEST'
3131
jobs:
3232
checks:
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-latest
3434
if: github.repository == 'HTTPArchive/httparchive.org'
3535
steps:
3636
- name: Checkout branch

.github/workflows/predeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
build:
1919
name: Generate Scripts and Update Timestamps
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout branch
2323
uses: actions/checkout@v4

.github/workflows/production-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
workflow_dispatch:
2121
jobs:
2222
checks:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
if: github.repository == 'HTTPArchive/httparchive.org'
2525
steps:
2626
- name: Checkout branch

.github/workflows/test-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: Build and Test Website
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
if: github.repository == 'HTTPArchive/httparchive.org'
1717
steps:
1818
- name: Checkout branch

0 commit comments

Comments
 (0)