diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 9ac359e..2f0d35b 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -36,4 +36,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@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0 \ No newline at end of file + uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0 \ No newline at end of file