File tree 11 files changed +14
-14
lines changed
11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 65
65
- docker-test
66
66
- helm-chart-test
67
67
if : failure() && ( github.run_attempt < 3 )
68
- runs-on : ubuntu-latest
68
+ runs-on : ubuntu-24.04
69
69
steps :
70
70
- name : Checkout code
71
71
uses : actions/checkout@main
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ permissions:
29
29
jobs :
30
30
build-and-test :
31
31
name : Test Docker Selenium
32
- runs-on : ubuntu-latest
32
+ runs-on : ubuntu-24.04
33
33
strategy :
34
34
fail-fast : false
35
35
matrix :
Original file line number Diff line number Diff line change 43
43
needs :
44
44
- helm-chart-test
45
45
if : (!failure() && !cancelled())
46
- runs-on : ubuntu-latest
46
+ runs-on : ubuntu-24.04
47
47
permissions : write-all
48
48
env :
49
49
NAME : ${{ vars.DOCKER_NAMESPACE || 'selenium' }}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ permissions:
34
34
jobs :
35
35
build-and-test :
36
36
name : Test K8s
37
- runs-on : ubuntu-latest
37
+ runs-on : ubuntu-24.04
38
38
strategy :
39
39
fail-fast : false
40
40
matrix :
Original file line number Diff line number Diff line change 56
56
jobs :
57
57
build-and-test :
58
58
name : Test K8s
59
- runs-on : ubuntu-latest
59
+ runs-on : ubuntu-24.04
60
60
strategy :
61
61
fail-fast : false
62
62
matrix :
@@ -197,7 +197,7 @@ jobs:
197
197
publish-results :
198
198
name : Publish Results
199
199
if : (!failure() && !cancelled() && (github.event.inputs.publish-results == 'true'))
200
- runs-on : ubuntu-latest
200
+ runs-on : ubuntu-24.04
201
201
needs : build-and-test
202
202
steps :
203
203
- name : Checkout code
@@ -231,7 +231,7 @@ jobs:
231
231
pr-results :
232
232
name : Create a PR with the results
233
233
if : (!failure() && !cancelled() && (github.event.inputs.pr-results == 'true'))
234
- runs-on : ubuntu-latest
234
+ runs-on : ubuntu-24.04
235
235
needs : build-and-test
236
236
steps :
237
237
- name : Checkout code
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
12
12
jobs :
13
13
comment :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-24.04
15
15
steps :
16
16
- uses : actions/checkout@main
17
17
- name : Label Commenter
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
13
13
jobs :
14
14
action :
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04
16
16
steps :
17
17
- uses : dessant/lock-threads@v5
18
18
with :
Original file line number Diff line number Diff line change 23
23
jobs :
24
24
rerun_workflow :
25
25
name : Rerun ${{ github.event.inputs.runId }}
26
- runs-on : ubuntu-latest
26
+ runs-on : ubuntu-24.04
27
27
steps :
28
28
- name : Checkout code
29
29
uses : actions/checkout@main
Original file line number Diff line number Diff line change 17
17
build-and-scan :
18
18
name : Scan Dockerfile vulnerabilities
19
19
permissions : write-all
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-24.04
21
21
steps :
22
22
- uses : actions/checkout@main
23
23
- name : Set severity for PRs
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
update-chart-readme :
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-24.04
17
17
permissions : write-all
18
18
steps :
19
19
- name : Checkout code
Original file line number Diff line number Diff line change 25
25
26
26
deploy :
27
27
28
- runs-on : ubuntu-latest
28
+ runs-on : ubuntu-24.04
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
@@ -116,7 +116,7 @@ jobs:
116
116
needs :
117
117
- deploy
118
118
if : failure() && ( github.run_attempt < 3 )
119
- runs-on : ubuntu-latest
119
+ runs-on : ubuntu-24.04
120
120
steps :
121
121
- name : Checkout code
122
122
uses : actions/checkout@main
You can’t perform that action at this time.
0 commit comments