File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3232 cache : maven
3333
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@2f11c17b09609f544685db8f691ba3176174beb4
35+ uses : github/codeql-action/init@17783bfb99b07f70fae080b654aed0c514057477
3636 with :
3737 languages : java
3838
5858 verbose : true # optional (default = false)
5959
6060 - name : Perform CodeQL Analysis
61- uses : github/codeql-action/analyze@2f11c17b09609f544685db8f691ba3176174beb4
61+ uses : github/codeql-action/analyze@17783bfb99b07f70fae080b654aed0c514057477
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@2f11c17b09609f544685db8f691ba3176174beb4
36+ uses : github/codeql-action/init@17783bfb99b07f70fae080b654aed0c514057477
3737 with :
3838 languages : java
3939
4040 - name : Autobuild
41- uses : github/codeql-action/autobuild@2f11c17b09609f544685db8f691ba3176174beb4
41+ uses : github/codeql-action/autobuild@17783bfb99b07f70fae080b654aed0c514057477
4242
4343 - name : Perform CodeQL Analysis
44- uses : github/codeql-action/analyze@2f11c17b09609f544685db8f691ba3176174beb4
44+ uses : github/codeql-action/analyze@17783bfb99b07f70fae080b654aed0c514057477
Original file line number Diff line number Diff line change 196196 <dependency >
197197 <groupId >com.vmlens</groupId >
198198 <artifactId >api</artifactId >
199- <version >1.2.17 </version >
199+ <version >1.2.18 </version >
200200 <scope >test</scope >
201201 </dependency >
202202
211211 <dependency >
212212 <groupId >net.bytebuddy</groupId >
213213 <artifactId >byte-buddy</artifactId >
214- <version >1.17.7 </version >
214+ <version >1.17.8 </version >
215215 <scope >test</scope >
216216 </dependency >
217217
218218 <dependency >
219219 <groupId >net.bytebuddy</groupId >
220220 <artifactId >byte-buddy-agent</artifactId >
221- <version >1.17.7 </version >
221+ <version >1.17.8 </version >
222222 <scope >test</scope >
223223 </dependency >
224224 <!-- End mockito workaround-->
351351 <plugin >
352352 <groupId >com.vmlens</groupId >
353353 <artifactId >vmlens-maven-plugin</artifactId >
354- <version >1.2.17 </version >
354+ <version >1.2.18 </version >
355355 <executions >
356356 <execution >
357357 <id >test</id >
You can’t perform that action at this time.
0 commit comments