diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e0d209..0af14f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: path: ${{ github.workspace }}/build/mtxpc.phar - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} if: ${{ steps.report.conclusion == 'success' }}