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.
2 parents 4dfb09c + 2bc552d commit 6305635Copy full SHA for 6305635
.github/workflows/build_deploy.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Build with Maven
42
run: ./mvnw -B clean verify -DcommonConfig.jarSign.skip=true
43
- name: Analyze with SonaQube
44
+ if: ${{ github.actor != 'dependabot[bot]' }}
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
47
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments