diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 4f8f8a4..ca4fc2c 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -73,7 +73,7 @@ jobs: - name: Sonarqube Scan Branch if: github.event.workflow_run.event != 'pull_request' - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -81,7 +81,7 @@ jobs: - name: Sonarqube Scan PR if: github.event.workflow_run.event == 'pull_request' - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}