From 2585cfcf5a62f3f7be5b240a9041e563ec66718f Mon Sep 17 00:00:00 2001 From: SevenOfAces Date: Thu, 6 Mar 2025 04:03:20 +0000 Subject: [PATCH] Update .forgejo/workflows/sonar.yml --- .forgejo/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/sonar.yml b/.forgejo/workflows/sonar.yml index 934259f..f80f888 100644 --- a/.forgejo/workflows/sonar.yml +++ b/.forgejo/workflows/sonar.yml @@ -19,7 +19,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - name: SonarQube Scan - uses: https://github.comsonarsource/sonarqube-scan-action@master + uses: https://github.com/sonarsource/sonarqube-scan-action@master env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} \ No newline at end of file