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