From ed7fa50dbd440a6ef98f65ee8352ad26143a7499 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 9 Jan 2025 22:54:21 +0100 Subject: [PATCH] SonarQube works like shit, switching back to the old SonarCloud action --- .gitea/workflows/analysis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/analysis.yml b/.gitea/workflows/analysis.yml index 4df6aeb..3fe3ce3 100644 --- a/.gitea/workflows/analysis.yml +++ b/.gitea/workflows/analysis.yml @@ -12,12 +12,13 @@ jobs: sonarcloud: name: SonarCloud runs-on: ubuntu-latest + container: catthehacker/ubuntu:act-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v4.2.1 + - name: SonarCloud Scan + uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file