File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
@@ -71,10 +71,10 @@ 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
79
- uses : actions/setup-java@v3
80
80
with :
@@ -126,7 +126,7 @@ 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
131
- uses : actions/setup-java@v3
132
132
with :
Original file line number Diff line number Diff line change 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
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