Skip to content

Commit b545c40

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update dependency ubuntu to v24
1 parent c0c5939 commit b545c40

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout Repository
1919
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
@@ -25,7 +25,7 @@ jobs:
2525
run: ./gradlew classes
2626
codeql-analysis:
2727
needs: build
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
permissions:
3030
# Needed for SARIF scanning upload.
3131
security-events: write
@@ -46,7 +46,7 @@ jobs:
4646
uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
4747
test:
4848
needs: build
49-
runs-on: ubuntu-22.04
49+
runs-on: ubuntu-24.04
5050
steps:
5151
- name: Checkout Repository
5252
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
commit-lint:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout Repository
1919
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
configFile: .commitlintrc.yml
2626
detekt-issues:
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
permissions:
2929
# Needed for SARIF scanning upload.
3030
security-events: write

0 commit comments

Comments
 (0)