From 9021eac87b4549450e3f5a35b1ac1263656c301f Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 9 Jan 2025 22:35:53 +0100 Subject: [PATCH] SonarCloud action is deprecated, replacing with sonarqube one and returning to ubuntu-24.04 --- .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 cf7d38a..691cf90 100644 --- a/.gitea/workflows/analysis.yml +++ b/.gitea/workflows/analysis.yml @@ -11,13 +11,13 @@ on: jobs: sonarcloud: name: SonarCloud - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@v4.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file