From 4ec7cb8f15c55dad309bea78870fd2d4b33103d0 Mon Sep 17 00:00:00 2001 From: SevenOfAces Date: Thu, 6 Mar 2025 04:02:56 +0000 Subject: [PATCH] Update .forgejo/workflows/sonar.yml --- .forgejo/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/sonar.yml b/.forgejo/workflows/sonar.yml index 4077bc3..934259f 100644 --- a/.forgejo/workflows/sonar.yml +++ b/.forgejo/workflows/sonar.yml @@ -18,8 +18,8 @@ jobs: with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - - name: "SonarQube Quality gate" - uses: https://github.com/sonarsource/sonarqube-quality-gate-action@master + - name: SonarQube Scan + uses: https://github.comsonarsource/sonarqube-scan-action@master env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} \ No newline at end of file