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 19
19
fetch-depth : 0
20
20
21
21
- name : Set up Java
22
- uses : actions/setup-java@v3.3 .0
22
+ uses : actions/setup-java@v3.4 .0
23
23
with :
24
24
distribution : ' adopt'
25
25
java-version : ' 15'
44
44
token : ${{ secrets.TOKEN_GITHUB_ACTION }}
45
45
46
46
- name : Set up Java
47
- uses : actions/setup-java@v3.3 .0
47
+ uses : actions/setup-java@v3.4 .0
48
48
with :
49
49
distribution : ' adopt'
50
50
java-version : ' 15'
Original file line number Diff line number Diff line change 39
39
fetch-depth : 0
40
40
41
41
- name : Set up Java
42
- uses : actions/setup-java@v3.3 .0
42
+ uses : actions/setup-java@v3.4 .0
43
43
with :
44
44
distribution : ' adopt'
45
45
java-version : ' 15'
64
64
token : ${{ secrets.TOKEN_GITHUB_ACTION }}
65
65
66
66
- name : Set up Java
67
- uses : actions/setup-java@v3.3 .0
67
+ uses : actions/setup-java@v3.4 .0
68
68
with :
69
69
distribution : ' adopt'
70
70
java-version : ' 15'
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
36
36
with :
37
37
fetch-depth : 0
38
38
39
- - uses : actions/setup-java@v3.3 .0
39
+ - uses : actions/setup-java@v3.4 .0
40
40
with :
41
41
distribution : ' adopt'
42
42
java-version : ' 15'
43
43
44
44
- name : Build and test with Gradle
45
- uses : gradle/gradle-build-action@v2.1.5
45
+ uses : gradle/gradle-build-action@v2.2.1
46
46
with :
47
47
arguments : -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace
48
48
53
53
echo "::set-output name=analysis-version::$(head -n 1 build/semver/version.txt)"
54
54
55
55
- name : Upload reports
56
- uses : actions/upload-artifact@v3.0 .0
56
+ uses : actions/upload-artifact@v3.1 .0
57
57
with :
58
58
name : ' reports-${{ matrix.os }}'
59
59
path : ' **/build/reports/**'
81
81
steps :
82
82
- uses : actions/checkout@v3.0.2
83
83
84
- - uses : actions/setup-java@v3.3 .0
84
+ - uses : actions/setup-java@v3.4 .0
85
85
with :
86
86
distribution : ' adopt'
87
87
java-version : ' 15'
@@ -133,7 +133,7 @@ jobs:
133
133
steps :
134
134
- uses : actions/checkout@v3.0.2
135
135
136
- - uses : actions/setup-java@v3.3 .0
136
+ - uses : actions/setup-java@v3.4 .0
137
137
with :
138
138
distribution : ' adopt'
139
139
java-version : ' 15'
Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
24
24
with :
25
25
fetch-depth : 0
26
26
27
- - uses : actions/setup-java@v3.3 .0
27
+ - uses : actions/setup-java@v3.4 .0
28
28
with :
29
29
distribution : ' adopt'
30
30
java-version : ' 15'
31
31
32
32
- name : Build and test with Gradle
33
- uses : gradle/gradle-build-action@v2.1.5
33
+ uses : gradle/gradle-build-action@v2.2.1
34
34
with :
35
35
arguments : -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace
36
36
37
37
- name : Upload reports
38
- uses : actions/upload-artifact@v3.0 .0
38
+ uses : actions/upload-artifact@v3.1 .0
39
39
with :
40
40
name : ' reports-${{ matrix.os }}'
41
41
path : ' **/build/reports/**'
63
63
fetch-depth : 0
64
64
65
65
- name : Build
66
- uses : gradle/gradle-build-action@v2.1.5
66
+ uses : gradle/gradle-build-action@v2.2.1
67
67
with :
68
68
arguments : apiDump
69
69
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
arrow = " 1.1.2"
3
3
arrowMeta = " 1.6.1-alpha.5"
4
- arrowGradleConfig = " 0.10.1 "
5
- classgraph = " 4.8.146 "
4
+ arrowGradleConfig = " 0.10.2 "
5
+ classgraph = " 4.8.149 "
6
6
dokka = " 1.6.21"
7
7
junit = " 5.8.2"
8
8
junitLauncher = " 1.8.2"
9
9
kotlin = " 1.6.21"
10
10
kotest = " 3.4.2"
11
- javaSmt = " 3.12 .0"
11
+ javaSmt = " 3.13 .0"
12
12
javaCompileTesting = " 0.19"
13
13
apacheCommonsText = " 1.9"
14
14
sarif4k = " 0.0.1"
15
- kotlinBinaryCompatibilityValidator = " 0.9.0 "
15
+ kotlinBinaryCompatibilityValidator = " 0.10.1 "
16
16
detekt = " 1.20.0"
17
17
18
18
[libraries ]
You can’t perform that action at this time.
0 commit comments