Skip to content

Commit 03a4820

Browse files
authored
Merge branch 'main' into consolidate-test-providers
2 parents 15363e0 + 4cd6aeb commit 03a4820

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

@@ -58,4 +58,4 @@ jobs:
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

.github/workflows/static-code-scanning.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
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

@@ -211,14 +211,14 @@
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-->
@@ -351,7 +351,7 @@
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>

0 commit comments

Comments
 (0)