We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a12a2 commit 780ab0fCopy full SHA for 780ab0f
.github/workflows/ci.yml
@@ -49,6 +49,7 @@ jobs:
49
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
50
51
- name: Run SpotBugs Analysis
52
+ if: ${{ github.actor != 'dependabot[bot]' }}
53
uses: jwgmeligmeyling/spotbugs-github-action@master
54
with:
55
path: '**/spotbugsXml.xml'
0 commit comments