File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 15
15
runs-on :
16
16
# - self-hosted
17
17
# - small
18
- - ubuntu-22 .04
18
+ - ubuntu-24 .04
19
19
20
20
outputs :
21
21
build_number : ${{ steps.short_sha.outputs.value }}
48
48
runs-on :
49
49
# - self-hosted
50
50
# - medium
51
- - ubuntu-22 .04
51
+ - ubuntu-24 .04
52
52
53
53
needs :
54
54
- prepare
82
82
runs-on :
83
83
# - self-hosted
84
84
# - small
85
- - ubuntu-22 .04
85
+ - ubuntu-24 .04
86
86
87
87
needs :
88
88
- prepare
Original file line number Diff line number Diff line change 38
38
runs-on :
39
39
# - self-hosted
40
40
# - small
41
- - ubuntu-22 .04
41
+ - ubuntu-24 .04
42
42
timeout-minutes : 3
43
43
44
44
steps :
53
53
runs-on :
54
54
# - self-hosted
55
55
# - small
56
- - ubuntu-22 .04
56
+ - ubuntu-24 .04
57
57
58
58
needs :
59
59
- cancel_previous
72
72
runs-on :
73
73
# - self-hosted
74
74
# - medium
75
- - ubuntu-22 .04
75
+ - ubuntu-24 .04
76
76
77
77
needs :
78
78
- prepare
@@ -133,7 +133,7 @@ jobs:
133
133
runs-on :
134
134
# - self-hosted
135
135
# - small
136
- - ubuntu-22 .04
136
+ - ubuntu-24 .04
137
137
138
138
needs :
139
139
- prepare
@@ -172,13 +172,13 @@ jobs:
172
172
runs-on :
173
173
# - self-hosted
174
174
# - large
175
- - ubuntu-22 .04
175
+ - ubuntu-24 .04
176
176
177
177
steps :
178
178
- uses : actions/checkout@v4
179
179
180
180
- name : Create SBOM
181
-
181
+
182
182
with :
183
183
upload-artifact-retention : 1
184
184
format : cyclonedx-json
Original file line number Diff line number Diff line change 31
31
runs-on :
32
32
# - self-hosted
33
33
# - medium
34
- - ubuntu-22 .04
34
+ - ubuntu-24 .04
35
35
36
36
steps :
37
37
- uses : actions/checkout@v4
@@ -66,13 +66,13 @@ jobs:
66
66
runs-on :
67
67
# - self-hosted
68
68
# - large
69
- - ubuntu-22 .04
69
+ - ubuntu-24 .04
70
70
71
71
steps :
72
72
- uses : actions/checkout@v4
73
73
74
74
- name : Create SBOM
75
-
75
+
76
76
with :
77
77
upload-artifact-retention : 1
78
78
format : cyclonedx-json
Original file line number Diff line number Diff line change 34
34
runs-on :
35
35
# - self-hosted
36
36
# - small
37
- - ubuntu-22 .04
37
+ - ubuntu-24 .04
38
38
timeout-minutes : 3
39
39
40
40
steps :
49
49
runs-on :
50
50
# - self-hosted
51
51
# - small
52
- - ubuntu-22 .04
52
+ - ubuntu-24 .04
53
53
54
54
needs :
55
55
- cancel_previous
75
75
runs-on :
76
76
# - self-hosted
77
77
# - medium
78
- - ubuntu-22 .04
78
+ - ubuntu-24 .04
79
79
80
80
needs :
81
81
- prepare
@@ -106,7 +106,7 @@ jobs:
106
106
runs-on :
107
107
# - self-hosted
108
108
# - small
109
- - ubuntu-22 .04
109
+ - ubuntu-24 .04
110
110
111
111
needs :
112
112
- prepare
Original file line number Diff line number Diff line change 15
15
runs-on :
16
16
# - self-hosted
17
17
# - small
18
- - ubuntu-22 .04
18
+ - ubuntu-24 .04
19
19
20
20
steps :
21
21
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments