Skip to content

Commit

Permalink
Merge pull request #36 from patrickfav/feature/sonar-dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav authored Aug 5, 2023
2 parents e85deed + bcb6130 commit c32dd82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Build with Maven
run: ./mvnw -B clean verify -DcommonConfig.jarSign.skip=true
- name: Analyze with SonaQube
if: ${{ github.actor != 'dependabot[bot]' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit c32dd82

Please sign in to comment.