Skip to content

Commit

Permalink
add sonar base branch fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
  • Loading branch information
BAStos525 committed Oct 24, 2024
1 parent 622a340 commit c960deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --info
run: ./gradlew build test testCoverage sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.pullrequest.base=iroha2-dev --info
- name: DefectDojo
if: always()
uses: C4tWithShell/defectdojo-action@1.0.4
Expand Down

0 comments on commit c960deb

Please sign in to comment.