File tree Expand file tree Collapse file tree 5 files changed +22
-22
lines changed Expand file tree Collapse file tree 5 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
21
21
- name : Set up Java
22
- uses : actions/setup-java@v3
22
+ uses : actions/setup-java@v4
23
23
with :
24
24
distribution : ' temurin'
25
25
java-version : ' 17'
@@ -38,13 +38,13 @@ jobs:
38
38
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
with :
43
43
fetch-depth : 0
44
44
token : ${{ secrets.TOKEN_GITHUB_ACTION }}
45
45
46
46
- name : Set up Java
47
- uses : actions/setup-java@v3
47
+ uses : actions/setup-java@v4
48
48
with :
49
49
distribution : ' temurin'
50
50
java-version : ' 17'
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
41
41
- name : Set up Java
42
- uses : actions/setup-java@v3
42
+ uses : actions/setup-java@v4
43
43
with :
44
44
distribution : ' temurin'
45
45
java-version : ' 17'
@@ -58,13 +58,13 @@ jobs:
58
58
59
59
steps :
60
60
- name : Checkout
61
- uses : actions/checkout@v3
61
+ uses : actions/checkout@v4
62
62
with :
63
63
fetch-depth : 0
64
64
token : ${{ secrets.TOKEN_GITHUB_ACTION }}
65
65
66
66
- name : Set up Java
67
- uses : actions/setup-java@v3
67
+ uses : actions/setup-java@v4
68
68
with :
69
69
distribution : ' temurin'
70
70
java-version : ' 17'
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
analysis-version : ${{ steps.get-analysis-version.outputs.analysis-version }}
30
30
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
with :
34
34
fetch-depth : 0
35
35
36
- - uses : actions/setup-java@v3
36
+ - uses : actions/setup-java@v4
37
37
with :
38
38
distribution : ' temurin'
39
39
java-version : ' 17'
50
50
echo "::set-output name=analysis-version::$(head -n 1 build/semver/version.txt)"
51
51
52
52
- name : Upload reports
53
- uses : actions/upload-artifact@v3
53
+ uses : actions/upload-artifact@v4
54
54
with :
55
55
name : ' reports-${{ matrix.os }}'
56
56
path : ' **/build/reports/**'
@@ -71,12 +71,12 @@ jobs:
71
71
publish :
72
72
needs : build
73
73
74
- runs-on : macos-11
74
+ runs-on : macos-13
75
75
76
76
steps :
77
- - uses : actions/checkout@v3
77
+ - uses : actions/checkout@v4
78
78
79
- - uses : actions/setup-java@v3
79
+ - uses : actions/setup-java@v4
80
80
with :
81
81
distribution : ' temurin'
82
82
java-version : ' 17'
@@ -126,9 +126,9 @@ jobs:
126
126
S3_BUCKET : ${{ secrets.S3_BUCKET }}
127
127
128
128
steps :
129
- - uses : actions/checkout@v3
129
+ - uses : actions/checkout@v4
130
130
131
- - uses : actions/setup-java@v3
131
+ - uses : actions/setup-java@v4
132
132
with :
133
133
distribution : ' temurin'
134
134
java-version : ' 17'
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
fail-fast : false
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
22
- - uses : actions/setup-java@v3
22
+ - uses : actions/setup-java@v4
23
23
with :
24
24
distribution : ' temurin'
25
25
java-version : ' 17'
30
30
arguments : build --scan --stacktrace
31
31
32
32
- name : Upload reports
33
- uses : actions/upload-artifact@v3
33
+ uses : actions/upload-artifact@v4
34
34
with :
35
35
name : ' reports-${{ matrix.os }}'
36
36
path : ' **/build/reports/**'
53
53
timeout-minutes : 20
54
54
55
55
steps :
56
- - uses : actions/checkout@v3
56
+ - uses : actions/checkout@v4
57
57
with :
58
58
fetch-depth : 0
59
59
66
66
run : ./gradlew --stop
67
67
68
68
- name : " Commit new API files"
69
- uses : stefanzweifel/git-auto-commit-action@v4
69
+ uses : stefanzweifel/git-auto-commit-action@v5
70
70
with :
71
71
commit_message : Update API files
72
72
file_pattern : /**/api/*.api
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ junit = "5.9.2"
8
8
junitLauncher = " 1.9.2"
9
9
kotlin = " 1.8.21"
10
10
kotest = " 5.6.1"
11
- javaSmt = " 3.14.3 "
11
+ javaSmt = " 4.1.0 "
12
12
javaCompileTesting = " 0.21.0"
13
13
apacheCommonsText = " 1.10.0"
14
14
sarif4k = " 0.3.0"
You can’t perform that action at this time.
0 commit comments