Skip to content

Commit

Permalink
Merge pull request find-sec-bugs#739 from JuditKnoll/gha-sb-ver
Browse files Browse the repository at this point in the history
Update SpotBugs version
  • Loading branch information
h3xstream authored Aug 17, 2024
2 parents 60eeda8 + 9f57707 commit b91b5cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spotbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn clean install -DskipTests com.github.spotbugs:spotbugs-maven-plugin:3.1.12:spotbugs
run: mvn clean install -DskipTests com.github.spotbugs:spotbugs-maven-plugin:4.8.6.1:spotbugs
- uses: jwgmeligmeyling/spotbugs-github-action@master
with:
path: '**/spotbugsXml.xml'
2 changes: 1 addition & 1 deletion cli/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fsbVersion=1.12.0
spotbugsVersion=4.8.3
spotbugsVersion=4.8.6
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.3.1</version>
<version>4.8.6.1</version>
<configuration>
<xmlOutput>true</xmlOutput>
<failOnError>false</failOnError>
Expand Down Expand Up @@ -232,7 +232,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.8.3</version>
<version>4.8.6</version>
</dependency>

<!-- Artefact definition of the module -->
Expand Down

0 comments on commit b91b5cc

Please # to comment.