diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 4de819e..b9cfbd2 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -39,6 +39,8 @@ jobs: with: name: output path: .output/ + overwrite: true + include-hidden-files: true #- name: SonarQube Scan # uses: SonarSource/sonarqube-scan-action@v6 # env: