Skip to content

Commit 0f79b1a

Browse files
authored
Merge branch 'main' into extract-vmlens-version
Signed-off-by: chrfwow <[email protected]>
2 parents 461ca55 + 4cd6aeb commit 0f79b1a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>11</maven.compiler.source>
1414
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
1515
<org.mockito.version>5.20.0</org.mockito.version>
16-
<com.vmlens.version>1.2.17</com.vmlens.version>
16+
<com.vmlens.version>1.2.18</com.vmlens.version>
1717
<!-- exclusion expression for e2e tests -->
1818
<testExclusions>**/e2e/*.java</testExclusions>
1919
<module-name>${project.groupId}.${project.artifactId}</module-name>
@@ -212,14 +212,14 @@
212212
<dependency>
213213
<groupId>net.bytebuddy</groupId>
214214
<artifactId>byte-buddy</artifactId>
215-
<version>1.17.7</version>
215+
<version>1.17.8</version>
216216
<scope>test</scope>
217217
</dependency>
218218

219219
<dependency>
220220
<groupId>net.bytebuddy</groupId>
221221
<artifactId>byte-buddy-agent</artifactId>
222-
<version>1.17.7</version>
222+
<version>1.17.8</version>
223223
<scope>test</scope>
224224
</dependency>
225225
<!-- End mockito workaround-->

0 commit comments

Comments
 (0)