Skip to content

Commit 17cfaf8

Browse files
authored
Merge branch 'main' into 1371_java11_refactor
2 parents eb8fd3f + e066d3f commit 17cfaf8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: maven
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@362ef4ce205154842cd1d34794abd82bb8f12cd5
33+
uses: github/codeql-action/init@d26c46acea4065b13fc57703621e0a7c8b9e836b
3434
with:
3535
languages: java
3636

@@ -56,4 +56,4 @@ jobs:
5656
verbose: true # optional (default = false)
5757

5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@362ef4ce205154842cd1d34794abd82bb8f12cd5
59+
uses: github/codeql-action/analyze@d26c46acea4065b13fc57703621e0a7c8b9e836b

.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@362ef4ce205154842cd1d34794abd82bb8f12cd5
36+
uses: github/codeql-action/init@d26c46acea4065b13fc57703621e0a7c8b9e836b
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@362ef4ce205154842cd1d34794abd82bb8f12cd5
41+
uses: github/codeql-action/autobuild@d26c46acea4065b13fc57703621e0a7c8b9e836b
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@362ef4ce205154842cd1d34794abd82bb8f12cd5
44+
uses: github/codeql-action/analyze@d26c46acea4065b13fc57703621e0a7c8b9e836b

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
<plugin>
474474
<groupId>com.diffplug.spotless</groupId>
475475
<artifactId>spotless-maven-plugin</artifactId>
476-
<version>2.44.3</version>
476+
<version>2.44.4</version>
477477
<configuration>
478478
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
479479
<!-- <ratchetFrom>origin/main</ratchetFrom>-->

0 commit comments

Comments
 (0)