Skip to content

Commit e46b2fe

Browse files
IlyesbdlalaWeltraumschaf
authored andcommitted
Upgraded CI base images to latest LTS version i.e 22.04
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent b26e218 commit e46b2fe

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
schedule:
1313
- cron: "15 2 * * *" # Nightly-Build at 2:15 AM UTC
1414

15-
# The CI runs on ubuntu-20.04; More info about the installed software is found here:
15+
# The CI runs on ubuntu-22.04; More info about the installed software is found here:
1616
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md
1717

1818
env:
@@ -30,7 +30,7 @@ jobs:
3030
# It also ensures that we pull from an external source to install nvm only once, instead of x number of hooks + y number of scanners
3131
nvm-setup:
3232
name: "Configuration"
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-22.04
3434
steps:
3535
- uses: actions/checkout@v3
3636

@@ -58,7 +58,7 @@ jobs:
5858

5959
unit-java:
6060
name: "Unit-Test | Java"
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-22.04
6262
strategy:
6363
matrix:
6464
unit: ["persistence-defectdojo"]
@@ -79,7 +79,7 @@ jobs:
7979

8080
operator:
8181
name: "Build | Operator"
82-
runs-on: ubuntu-20.04
82+
runs-on: ubuntu-22.04
8383
strategy:
8484
matrix:
8585
component: ["operator", "lurker"]
@@ -117,7 +117,7 @@ jobs:
117117

118118
auto-discovery-kubernetes:
119119
name: "AutoDiscovery | Kubernetes"
120-
runs-on: ubuntu-20.04
120+
runs-on: ubuntu-22.04
121121
steps:
122122
- name: Checkout
123123
uses: actions/checkout@v3
@@ -155,7 +155,7 @@ jobs:
155155
# ---- Build Stage | AutoDiscovery | PullSecretExtractor ----
156156
auto-discovery-kubernetes-secret-extraction-container:
157157
name: "Autodiscovery | Kubernetes | SecretExtractionInitContainer"
158-
runs-on: ubuntu-20.04
158+
runs-on: ubuntu-22.04
159159
needs: nvm-setup
160160
steps:
161161
- name: Checkout
@@ -217,7 +217,7 @@ jobs:
217217

218218
sdk:
219219
name: "Build | SDKs"
220-
runs-on: ubuntu-20.04
220+
runs-on: ubuntu-22.04
221221
strategy:
222222
matrix:
223223
sdk:
@@ -250,7 +250,7 @@ jobs:
250250
- sdk
251251
- operator
252252
- nvm-setup
253-
runs-on: ubuntu-20.04
253+
runs-on: ubuntu-22.04
254254
strategy:
255255
fail-fast: false
256256
matrix:
@@ -408,7 +408,7 @@ jobs:
408408
- sdk
409409
- operator
410410
- nvm-setup
411-
runs-on: ubuntu-20.04
411+
runs-on: ubuntu-22.04
412412
steps:
413413
- name: Checkout
414414
uses: actions/checkout@v3
@@ -556,7 +556,7 @@ jobs:
556556
needs:
557557
- operator
558558
- nvm-setup
559-
runs-on: ubuntu-20.04
559+
runs-on: ubuntu-22.04
560560
strategy:
561561
matrix:
562562
hook:

.github/workflows/label-commenter.yml

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

1414
jobs:
1515
comment:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Label Commenter

0 commit comments

Comments
 (0)