There was an error while loading. Please reload this page.
1 parent 77935c7 commit 21976e0Copy full SHA for 21976e0
1 file changed
.github/workflows/pull_request.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: ./mvnw -V -B verify
30
31
- name: Scan with SonarCloud
32
- if: github.repository == 'extenda/openapi-httpserver-java'
+ if: github.repository == 'extenda/openapi-httpserver-java' && github.actor != 'dependabot[bot]'
33
uses: extenda/actions/sonar-scanner@v0
34
with:
35
sonar-host: https://sonarcloud.io
0 commit comments