Skip to content

Commit 4c6a2c9

Browse files
Update dependency ubuntu to v24
| datasource | package | from | to | | -------------- | ------- | ----- | ----- | | github-runners | ubuntu | 22.04 | 24.04 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 230e1a1 commit 4c6a2c9

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929
jobs:
3030
unit-test:
3131
name: Unit Test
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333
permissions:
3434
contents: read
3535
strategy:
@@ -50,7 +50,7 @@ jobs:
5050

5151
build:
5252
name: Build Client
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454
permissions:
5555
contents: write
5656
issues: write

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
jobs:
2525
analyze:
2626
name: Analyze
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
permissions:
2929
actions: read # for github/codeql-action/init to get workflow details
3030
contents: read # for actions/checkout to fetch code

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
dependency-review:
1919
name: Dependency Review
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
permissions:
2222
contents: read # for actions/checkout
2323
pull-requests: write # for actions/dependency-review-action to post comments

.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
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
scan:
1919
name: Fossa
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
if: ${{ github.event.repository.fork == false }}
2222
steps:
2323
- 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 # for actions/labeler to add labels
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
with:

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
lint:
2424
name: Go Lint
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
steps:
2727
- name: Checkout Repository
2828
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -39,7 +39,7 @@ jobs:
3939

4040
actionlint:
4141
name: Actionlint
42-
runs-on: ubuntu-22.04
42+
runs-on: ubuntu-24.04
4343
steps:
4444
- name: Checkout Repository
4545
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -51,7 +51,7 @@ jobs:
5151

5252
markdown-lint:
5353
name: Markdown Lint
54-
runs-on: ubuntu-22.04
54+
runs-on: ubuntu-24.04
5555
steps:
5656
- name: Checkout Repository
5757
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -65,7 +65,7 @@ jobs:
6565

6666
yaml-lint:
6767
name: YAML lint
68-
runs-on: ubuntu-22.04
68+
runs-on: ubuntu-24.04
6969
steps:
7070
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7171

.github/workflows/notifications.yml

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

1717
jobs:
1818
on-failure:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.repository.fork == false }}
2121
permissions:
2222
contents: read

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
issues: write # for actions/stale to close stale issues
1313
pull-requests: write # for actions/stale to close stale PRs
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
1717
with:

0 commit comments

Comments
 (0)