Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anita-stanisz-sonarsource authored Dec 3, 2024
1 parent 37835ef commit 1978605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: sonarsource/sonarqube-quality-gate-action@master
with:
pollingTimeoutSec: 600
scanMetadataReportFile: build/sonar/report-task.txt
scanMetadataReportFile: project1/build/sonar/report-task.txt
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} #OPTIONAL
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: sonarsource/sonarqube-quality-gate-action@master
with:
pollingTimeoutSec: 600
scanMetadataReportFile: build/sonar/report-task.txt
scanMetadataReportFile: project2/build/sonar/report-task.txt
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} #OPTIONAL

0 comments on commit 1978605

Please sign in to comment.