File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
49
+ uses : github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
50
50
with :
51
51
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
52
52
languages : java
66
66
(cd function-maven-plugin && mvn install)
67
67
68
68
- name : Perform CodeQL Analysis
69
- uses : github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
69
+ uses : github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
70
70
with :
71
71
category : ${{ matrix.working-directory }}
Original file line number Diff line number Diff line change 33
33
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
34
35
35
- name : Set up JDK ${{ matrix.java }}
36
- uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0 .0
36
+ uses : actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1 .0
37
37
with :
38
38
java-version : ${{ matrix.java }}
39
39
distribution : temurin
Original file line number Diff line number Diff line change 22
22
repo.maven.apache.org:443
23
23
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
24
- name : Set up JDK
25
- uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0 .0
25
+ uses : actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1 .0
26
26
with :
27
27
java-version : 11.x
28
28
distribution : temurin
Original file line number Diff line number Diff line change 61
61
62
62
# Upload the results to GitHub's code scanning dashboard.
63
63
- name : " Upload to code-scanning"
64
- uses : github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
64
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
65
65
with :
66
66
sarif_file : results.sarif
Original file line number Diff line number Diff line change 30
30
*.githubusercontent.com:443
31
31
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
32
- name : Set up JDK ${{ matrix.java }}
33
- uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0 .0
33
+ uses : actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1 .0
34
34
with :
35
35
java-version : ${{ matrix.java }}
36
36
distribution : temurin
Original file line number Diff line number Diff line change 71
71
<dependency >
72
72
<groupId >com.google.truth</groupId >
73
73
<artifactId >truth</artifactId >
74
- <version >1.4.0 </version >
74
+ <version >1.4.2 </version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
<dependency >
Original file line number Diff line number Diff line change 98
98
<dependency >
99
99
<groupId >org.eclipse.jetty</groupId >
100
100
<artifactId >jetty-servlet</artifactId >
101
- <version >9.4.53.v20231009 </version >
101
+ <version >9.4.54.v20240208 </version >
102
102
</dependency >
103
103
<dependency >
104
104
<groupId >org.eclipse.jetty</groupId >
105
105
<artifactId >jetty-server</artifactId >
106
- <version >9.4.53.v20231009 </version >
106
+ <version >9.4.54.v20240208 </version >
107
107
</dependency >
108
108
<dependency >
109
109
<groupId >com.beust</groupId >
139
139
<dependency >
140
140
<groupId >com.google.truth</groupId >
141
141
<artifactId >truth</artifactId >
142
- <version >1.4.0 </version >
142
+ <version >1.4.2 </version >
143
143
<scope >test</scope >
144
144
</dependency >
145
145
<dependency >
146
146
<groupId >com.google.truth.extensions</groupId >
147
147
<artifactId >truth-java8-extension</artifactId >
148
- <version >1.4.0 </version >
148
+ <version >1.4.2 </version >
149
149
<scope >test</scope >
150
150
</dependency >
151
151
<dependency >
152
152
<groupId >org.eclipse.jetty</groupId >
153
153
<artifactId >jetty-client</artifactId >
154
- <version >9.4.53.v20231009 </version >
154
+ <version >9.4.54.v20240208 </version >
155
155
<scope >test</scope >
156
156
</dependency >
157
157
</dependencies >
174
174
<plugin >
175
175
<groupId >org.apache.maven.plugins</groupId >
176
176
<artifactId >maven-shade-plugin</artifactId >
177
- <version >3.5.1 </version >
177
+ <version >3.5.2 </version >
178
178
<executions >
179
179
<execution >
180
180
<phase >package</phase >
You can’t perform that action at this time.
0 commit comments