Skip to content

Commit b502d22

Browse files
authored
Merge branch 'main' into chore/various-improvements
2 parents cb7efda + 0291a11 commit b502d22

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pullrequest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: maven
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
23+
uses: github/codeql-action/init@3ab1d29793a7b28e33903fc553786c9ebdb816a3
2424
with:
2525
languages: java
2626

@@ -45,4 +45,4 @@ jobs:
4545
verbose: true # optional (default = false)
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
48+
uses: github/codeql-action/analyze@3ab1d29793a7b28e33903fc553786c9ebdb816a3

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

+3-3
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@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
36+
uses: github/codeql-action/init@3ab1d29793a7b28e33903fc553786c9ebdb816a3
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
41+
uses: github/codeql-action/autobuild@3ab1d29793a7b28e33903fc553786c9ebdb816a3
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
44+
uses: github/codeql-action/analyze@3ab1d29793a7b28e33903fc553786c9ebdb816a3

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
<plugin>
350350
<groupId>com.github.spotbugs</groupId>
351351
<artifactId>spotbugs-maven-plugin</artifactId>
352-
<version>4.8.3.0</version>
352+
<version>4.8.3.1</version>
353353
<configuration>
354354
<excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile>
355355
<plugins>

0 commit comments

Comments
 (0)