Skip to content

chore(ci): fix sonarqube configuration #39

chore(ci): fix sonarqube configuration

chore(ci): fix sonarqube configuration #39

Workflow file for this run

name: SonarQube Code Analysis
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}