Files
Papo/.gitea/workflows/sonarqube.yml
Pepe44DEV d82b65a484
Some checks failed
Deploy Discord Bot / deploy (push) Successful in -52s
SonarQube / sonar (push) Failing after 1m24s
edited sonarqube workflow
2026-07-01 16:42:09 +02:00

27 lines
512 B
YAML

name: SonarQube
on:
push:
branches:
- main
- master
pull_request:
jobs:
sonar:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sonarsource/sonarqube-scan-action@v5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: http://10.0.0.15:9001
with:
args: >
-Dsonar.projectKey=Papo
-Dsonar.projectName=Papo
-Dsonar.sources=.