diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ee247aa..5fb98311 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: - name: SonarQube for PR ${{ github.event.pull_request.number }} if: github.event_name == 'pull_request_target' - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 with: args: > -Dsonar.pullrequest.key=${{ github.event.pull_request.number }} @@ -59,7 +59,7 @@ jobs: - name: SonarQube if: github.event_name == 'push' - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}