Skip to content

Commit

Permalink
Merge pull request #730 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 8406f4f
  • Loading branch information
VictorDelCampo authored Oct 29, 2024
2 parents ab28c46 + 7a5bd76 commit f9589e8
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@dc2f7b0dd95544cd550de3028f89193576e958b9
uses: sonarsource/sonarqube-quality-gate-action@8406f4f1edaffef38e9fb9c53eb292fc1d7684fa
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@dc2f7b0dd95544cd550de3028f89193576e958b9
uses: sonarsource/sonarqube-quality-gate-action@8406f4f1edaffef38e9fb9c53eb292fc1d7684fa
with:
scanMetadataReportFile: frontend/.scannerwork/report-task.txt
timeout-minutes: 3
Expand Down

0 comments on commit f9589e8

Please sign in to comment.