Skip to content

Commit db6d9d9

Browse files
committed
update spotbugs-maven-plugin version in gha
1 parent 60eeda8 commit db6d9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spotbugs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
restore-keys: |
2121
${{ runner.os }}-maven-
2222
- name: Build with Maven
23-
run: mvn clean install -DskipTests com.github.spotbugs:spotbugs-maven-plugin:3.1.12:spotbugs
23+
run: mvn clean install -DskipTests com.github.spotbugs:spotbugs-maven-plugin:4.8.6.1:spotbugs
2424
- uses: jwgmeligmeyling/spotbugs-github-action@master
2525
with:
2626
path: '**/spotbugsXml.xml'

0 commit comments

Comments
 (0)