We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60eeda8 commit db6d9d9Copy full SHA for db6d9d9
.github/workflows/spotbugs.yml
@@ -20,7 +20,7 @@ jobs:
20
restore-keys: |
21
${{ runner.os }}-maven-
22
- name: Build with Maven
23
- 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
24
- uses: jwgmeligmeyling/spotbugs-github-action@master
25
with:
26
path: '**/spotbugsXml.xml'
0 commit comments