From 82542de0bbeeb512eef544b3bb218846dcb5bba9 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 9 Jan 2025 22:40:32 +0100 Subject: [PATCH] SonarQube doesn't seem to work, one more try with latest --- .gitea/workflows/analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/analysis.yml b/.gitea/workflows/analysis.yml index 691cf90..4df6aeb 100644 --- a/.gitea/workflows/analysis.yml +++ b/.gitea/workflows/analysis.yml @@ -11,12 +11,12 @@ on: jobs: sonarcloud: name: SonarCloud - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: SonarCloud Scan + - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v4.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}