File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 18
18
# Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud
19
19
fetch-depth : 0
20
20
- name : Set up JDK 1.8
21
- uses : actions/setup-java@v3
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
distribution : ' adopt'
24
24
java-version : 8
33
33
ZENDESK_JAVA_CLIENT_TEST_REQUESTER_EMAIL : ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_REQUESTER_EMAIL }}
34
34
ZENDESK_JAVA_CLIENT_TEST_REQUESTER_NAME : ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_REQUESTER_NAME }}
35
35
- name : Set up JDK 11
36
- uses : actions/setup-java@v3
36
+ uses : actions/setup-java@v4
37
37
with :
38
38
distribution : ' adopt'
39
39
java-version : 11
Original file line number Diff line number Diff line change 18
18
# Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud
19
19
fetch-depth : 0
20
20
- name : Set up JDK 1.8
21
- uses : actions/setup-java@v3
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
distribution : ' adopt'
24
24
java-version : 8
Original file line number Diff line number Diff line change 7
7
default :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/stale@v8
10
+ - uses : actions/stale@v9
11
11
with :
12
12
repo-token : ${{ secrets.GITHUB_TOKEN }}
13
13
only-pr-labels : ' needs-fix'
Original file line number Diff line number Diff line change 43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
46
- uses : github/codeql-action/init@v2
46
+ uses : github/codeql-action/init@v3
47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
# If you wish to specify custom queries, you can do so here or in a config file.
54
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
55
# If this step fails, then you should remove it and run the build manually (see below)
56
56
- name : Autobuild
57
- uses : github/codeql-action/autobuild@v2
57
+ uses : github/codeql-action/autobuild@v3
58
58
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 https://git.io/JvXDl
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@v2
71
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 99
99
<dependency >
100
100
<groupId >com.fasterxml.jackson</groupId >
101
101
<artifactId >jackson-bom</artifactId >
102
- <version >2.15.3 </version >
102
+ <version >2.16.1 </version >
103
103
<type >pom</type >
104
104
<scope >import</scope >
105
105
</dependency >
106
106
<dependency >
107
107
<groupId >io.netty</groupId >
108
108
<artifactId >netty-bom</artifactId >
109
- <version >4.1.100 .Final</version >
109
+ <version >4.1.104 .Final</version >
110
110
<type >pom</type >
111
111
<scope >import</scope >
112
112
</dependency >
117
117
<dependency >
118
118
<groupId >org.slf4j</groupId >
119
119
<artifactId >slf4j-api</artifactId >
120
- <version >2.0.9 </version >
120
+ <version >2.0.11 </version >
121
121
</dependency >
122
122
<dependency >
123
123
<groupId >org.asynchttpclient</groupId >
152
152
<dependency >
153
153
<groupId >org.slf4j</groupId >
154
154
<artifactId >slf4j-simple</artifactId >
155
- <version >2.0.9 </version >
155
+ <version >2.0.11 </version >
156
156
<scope >test</scope >
157
157
</dependency >
158
158
<dependency >
You can’t perform that action at this time.
0 commit comments