File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-24.04
15
15
timeout-minutes : 60
16
16
17
17
permissions :
84
84
category : detekt
85
85
86
86
test-model-api-gen-gradle :
87
- runs-on : ubuntu-latest
87
+ runs-on : ubuntu-24.04
88
88
steps :
89
89
- uses : actions/checkout@v4
90
90
- name : Set up JDK
@@ -104,7 +104,7 @@ jobs:
104
104
run : model-api-gen-gradle-test/ci.sh
105
105
106
106
test-model-client-js :
107
- runs-on : ubuntu-latest
107
+ runs-on : ubuntu-24.04
108
108
steps :
109
109
- uses : actions/checkout@v4
110
110
- name : Set up JDK
@@ -124,7 +124,7 @@ jobs:
124
124
run : model-client-js-test/ci.sh
125
125
126
126
test-bulk-model-sync-gradle :
127
- runs-on : ubuntu-latest
127
+ runs-on : ubuntu-24.04
128
128
steps :
129
129
- uses : actions/checkout@v4
130
130
- name : Set up JDK
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
7
7
8
8
jobs :
9
9
dependabot :
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-24.04
11
11
if : github.actor == 'dependabot[bot]'
12
12
steps :
13
13
- name : Dependabot metadata
Original file line number Diff line number Diff line change 6
6
- ' [0-9]+.[0-9]+.0' # New Major or Minor Releases
7
7
jobs :
8
8
docs :
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-24.04
10
10
steps :
11
11
- name : Checkout Project
12
12
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 5
5
jobs :
6
6
lint-commits :
7
7
name : Lint PR commits
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-24.04
9
9
steps :
10
10
- uses : actions/checkout@v4
11
11
with :
16
16
17
17
test-release :
18
18
name : Dry-run semantic-release
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-24.04
20
20
steps :
21
21
- name : Checkout
22
22
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
pre-commit :
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-24.04
9
9
steps :
10
10
- uses : actions/checkout@v4
11
11
- uses : actions/setup-node@v4
21
21
-
uses :
pre-commit/[email protected]
22
22
23
23
openapi-linting :
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-24.04
25
25
steps :
26
26
- name : Clone repo
27
27
uses : actions/checkout@v4
32
32
continue-on-error : true
33
33
34
34
openapi-breaking-changes :
35
- runs-on : ubuntu-latest
35
+ runs-on : ubuntu-24.04
36
36
permissions :
37
37
pull-requests : write
38
38
steps :
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build-mps-components :
13
13
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-24.04
15
15
timeout-minutes : 60
16
16
17
17
strategy :
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
newRelease :
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-24.04
17
17
timeout-minutes : 60
18
18
permissions :
19
19
contents : read
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
release :
9
9
name : Run semantic release
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-24.04
11
11
if : ${{ github.ref == 'refs/heads/main' }}
12
12
steps :
13
13
- name : Checkout
You can’t perform that action at this time.
0 commit comments