diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 8ffe8c0..112d6dc 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -25,4 +25,4 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} if: github.event.pull_request.head.repo.full_name == github.repository || env.SONAR_TOKEN != '' - uses: SonarSource/sonarqube-scan-action@v6.0.0 \ No newline at end of file + uses: SonarSource/sonarqube-scan-action@v7.0.0 \ No newline at end of file