Skip to content

Commit 100d211

Browse files
renovate[bot]salonichf5
authored andcommitted
Update dependency ubuntu to v24 (#2614)
| datasource | package | from | to | | -------------- | ------- | ----- | ----- | | github-runners | ubuntu | 22.04 | 24.04 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 443eb87 commit 100d211

17 files changed

+30
-30
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
jobs:
2828
vars:
2929
name: Checks and variables
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
3131
outputs:
3232
go_path: ${{ steps.vars.outputs.go_path }}
3333
min_k8s_version: ${{ steps.vars.outputs.min_k8s_version }}
@@ -75,7 +75,7 @@ jobs:
7575

7676
unit-tests:
7777
name: Unit Tests
78-
runs-on: ubuntu-22.04
78+
runs-on: ubuntu-24.04
7979
needs: vars
8080
steps:
8181
- name: Checkout Repository
@@ -106,7 +106,7 @@ jobs:
106106

107107
njs-unit-tests:
108108
name: NJS Unit Tests
109-
runs-on: ubuntu-22.04
109+
runs-on: ubuntu-24.04
110110
needs: vars
111111
steps:
112112
- name: Checkout Repository
@@ -127,7 +127,7 @@ jobs:
127127

128128
binary:
129129
name: Build Binary
130-
runs-on: ubuntu-22.04
130+
runs-on: ubuntu-24.04
131131
needs: [vars, unit-tests, njs-unit-tests]
132132
permissions:
133133
contents: write # for goreleaser/goreleaser-action and lucacome/draft-release to create/update releases
@@ -282,7 +282,7 @@ jobs:
282282

283283
publish-helm:
284284
name: Package and Publish Helm Chart
285-
runs-on: ubuntu-22.04
285+
runs-on: ubuntu-24.04
286286
needs: [vars, helm-tests]
287287
if: ${{ github.event_name == 'push' && ! startsWith(github.ref, 'refs/heads/release-') }}
288288
permissions:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contents: read # for actions/checkout to fetch code
2929
security-events: write # for github/codeql-action/autobuild to send a status report
3030
name: Analyze (${{ matrix.language }})
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-24.04
3232

3333
strategy:
3434
fail-fast: false

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
conformance-tests:
2525
name: Run Tests
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
permissions:
2828
contents: write # needed for uploading release artifacts
2929
env:

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
jobs:
88
dependency-review:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
permissions:
1111
contents: read
1212
pull-requests: write

.github/workflows/docs-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727

2828
jobs:
2929
vars:
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
3131
outputs:
3232
azure_creds: ${{ steps.vars.outputs.defined }}
3333
steps:

.github/workflows/f5-cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
f5-cla:
2121
name: F5 CLA
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
permissions:
2424
actions: write
2525
contents: read

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
scan:
1717
name: Fossa
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
if: ${{ github.event.repository.fork == false }}
2020
steps:
2121
- name: Checkout Repository

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
2121
functional-tests:
2222
name: Run Tests
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
env:
2525
DOCKER_BUILD_SUMMARY: false
2626
steps:

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
helm-tests-local:
1818
name: Helm Tests Local
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
if: ${{ github.event_name != 'schedule' }}
2121
steps:
2222
- name: Checkout Repository
@@ -120,7 +120,7 @@ jobs:
120120
121121
helm-test-remote:
122122
name: Helm Tests Remote
123-
runs-on: ubuntu-22.04
123+
runs-on: ubuntu-24.04
124124
if: ${{ github.event_name == 'schedule' }}
125125
steps:
126126
- name: Checkout Repository

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: read
1212
pull-requests: write
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1616
with:

0 commit comments

Comments
 (0)