SonarQube doesn't seem to work, one more try with latest
Some checks failed
Analysis / SonarCloud (push) Has been cancelled

This commit is contained in:
Profitroll 2025-01-09 22:40:32 +01:00
parent 9021eac87b
commit 82542de0bb
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -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 }}