We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efd5a4 commit ad1545fCopy full SHA for ad1545f
.github/workflows/pr-validation.yml
@@ -67,6 +67,13 @@ jobs:
67
severity: 'CRITICAL,HIGH'
68
exit-code: '0'
69
70
+ - name: SonarQube Scan
71
+ uses: sonarsource/sonarqube-scan-action@v2
72
+ with:
73
+ host: https://sonarqube.reto-ucu.net/
74
+ login: ${{ secrets.SONAR_TOKEN }}
75
+ projectKey: reto-xmas-2025-goland-ia-backend
76
+
77
pr-summary:
78
name: PR Summary
79
runs-on: ubuntu-latest
0 commit comments