diff --git a/.github/workflows/iroha2-pr.yml b/.github/workflows/iroha2-pr.yml index b6bd9d5fe..9ad5e91d0 100644 --- a/.github/workflows/iroha2-pr.yml +++ b/.github/workflows/iroha2-pr.yml @@ -24,7 +24,7 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - name: Build with Gradle & Sonarqube analysis - run: ./gradlew build test testCoverage sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.pullrequest.base=iroha2-dev -Dsonar.pullrequest.key=${{ github.event.number }} -Dsonar.pullrequest.branch=${{ github.head_ref }} --info + run: ./gradlew build test testCoverage sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} --info - name: DefectDojo if: always() uses: C4tWithShell/defectdojo-action@1.0.4