3 Commits

Author SHA1 Message Date
bagas 09a350565e Refactor: Centralize App Startup and Config Loading (#33)
SonarQube Scan / SonarQube Trigger (push) Successful in 3m49s
Reviewed-on: #33
2026-05-01 13:07:22 +07:00
Renovate-Clanker e8d0b4a14c Merge pull request 'chore(deps): update sonarsource/sonarqube-scan-action action to v7.2.1' (#27) from renovate/sonarsource-sonarqube-scan-action-7.x into main
SonarQube Scan / SonarQube Trigger (push) Successful in 3m7s
2026-04-29 16:05:17 +07:00
Renovate-Clanker 3709e839ad chore(deps): update sonarsource/sonarqube-scan-action action to v7.2.1 2026-04-29 09:05:11 +00:00
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
--output.checkstyle.path=golangci-lint-report.xml --output.checkstyle.path=golangci-lint-report.xml
- name: SonarQube Scan - name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v7.2.0 uses: SonarSource/sonarqube-scan-action@v7.2.1
env: env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}