Skip to content

Commit

Permalink
ci: fix sonar scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 23, 2024
1 parent ef58d42 commit 853d73d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,13 @@ jobs:
- name: SonarQube Scan
if: matrix.node == 20
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Quality Gate
if: matrix.node == 20
uses: sonarsource/sonarqube-quality-gate-action@master
timeout-minutes: 5
env:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 853d73d

Please sign in to comment.