diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 2f9e53f..365dfd2 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -73,7 +73,7 @@ jobs: path: ./coverage/ - name: SonarCloud (SonarQube) Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Zum Abruf von PR-Daten etc. SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}