Skip to content

Commit

Permalink
Merge pull request #853 from digitalservicebund/renovate/sonarsource-…
Browse files Browse the repository at this point in the history
…sonarqube-quality-gate-action-digest

chore(deps): update sonarsource/sonarqube-quality-gate-action digest to 2a53a0f
  • Loading branch information
andreasphil authored Dec 18, 2024
2 parents 3e9fe3d + 34fc8c6 commit 39f8f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonar --info
- name: Check SonarQube Quality Gate
uses: sonarsource/sonarqube-quality-gate-action@424137db1fae80e9eb279829995166f2f44bc8df
uses: sonarsource/sonarqube-quality-gate-action@2a53a0f68edfd2b2230e2ad0754bc44785febf12
with:
scanMetadataReportFile: backend/build/sonar/report-task.txt
timeout-minutes: 3 # Force to fail step after specific time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
sonar-scanner
working-directory: ./frontend
- name: Check SonarQube Quality Gate
uses: sonarsource/sonarqube-quality-gate-action@424137db1fae80e9eb279829995166f2f44bc8df
uses: sonarsource/sonarqube-quality-gate-action@2a53a0f68edfd2b2230e2ad0754bc44785febf12
with:
scanMetadataReportFile: frontend/.scannerwork/report-task.txt
timeout-minutes: 3
Expand Down

0 comments on commit 39f8f3b

Please sign in to comment.