Skip to content

Commit

Permalink
Merge branch 'main' into chore/various-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbaert authored Feb 12, 2024
2 parents cb7efda + 0291a11 commit b502d22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: maven

- name: Initialize CodeQL
uses: github/codeql-action/init@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
uses: github/codeql-action/init@3ab1d29793a7b28e33903fc553786c9ebdb816a3
with:
languages: java

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
uses: github/codeql-action/analyze@3ab1d29793a7b28e33903fc553786c9ebdb816a3
6 changes: 3 additions & 3 deletions .github/workflows/static-code-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
uses: github/codeql-action/init@3ab1d29793a7b28e33903fc553786c9ebdb816a3
with:
languages: java

- name: Autobuild
uses: github/codeql-action/autobuild@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
uses: github/codeql-action/autobuild@3ab1d29793a7b28e33903fc553786c9ebdb816a3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
uses: github/codeql-action/analyze@3ab1d29793a7b28e33903fc553786c9ebdb816a3
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.3.0</version>
<version>4.8.3.1</version>
<configuration>
<excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile>
<plugins>
Expand Down

0 comments on commit b502d22

Please sign in to comment.