Skip to content

Commit b2e338d

Browse files
authored
Merge branch 'main' into extract-vmlens-version
2 parents d4f8a90 + f6cb985 commit b2e338d

File tree

5 files changed

+8
-8
lines changed

5 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@94a9b7a1101a1320dcadcbda5e7fd9a1e6abaaca
35+
uses: github/codeql-action/init@6a87ebe42bbd3423c818b3d15ce9803ba45bd522
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@94a9b7a1101a1320dcadcbda5e7fd9a1e6abaaca
61+
uses: github/codeql-action/analyze@6a87ebe42bbd3423c818b3d15ce9803ba45bd522

.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@94a9b7a1101a1320dcadcbda5e7fd9a1e6abaaca
36+
uses: github/codeql-action/init@6a87ebe42bbd3423c818b3d15ce9803ba45bd522
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@94a9b7a1101a1320dcadcbda5e7fd9a1e6abaaca
41+
uses: github/codeql-action/autobuild@6a87ebe42bbd3423c818b3d15ce9803ba45bd522
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@94a9b7a1101a1320dcadcbda5e7fd9a1e6abaaca
44+
uses: github/codeql-action/analyze@6a87ebe42bbd3423c818b3d15ce9803ba45bd522

mvnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# ----------------------------------------------------------------------------
2020

2121
# ----------------------------------------------------------------------------
22-
# Apache Maven Wrapper startup batch script, version 3.3.3
22+
# Apache Maven Wrapper startup batch script, version 3.3.4
2323
#
2424
# Optional ENV vars
2525
# -----------------

mvnw.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@REM ----------------------------------------------------------------------------
2020

2121
@REM ----------------------------------------------------------------------------
22-
@REM Apache Maven Wrapper startup batch script, version 3.3.3
22+
@REM Apache Maven Wrapper startup batch script, version 3.3.4
2323
@REM
2424
@REM Optional ENV vars
2525
@REM MVNW_REPOURL - repo url base for downloading maven distribution

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
<dependency>
506506
<groupId>com.puppycrawl.tools</groupId>
507507
<artifactId>checkstyle</artifactId>
508-
<version>11.0.1</version>
508+
<version>11.1.0</version>
509509
</dependency>
510510
</dependencies>
511511
<executions>

0 commit comments

Comments
 (0)