diff --git a/.github/workflows/preview-env.yaml b/.github/workflows/preview-env.yaml index db97949c..011bc3df 100644 --- a/.github/workflows/preview-env.yaml +++ b/.github/workflows/preview-env.yaml @@ -748,7 +748,7 @@ jobs: path: coverage-reports/ - name: "SonarCloud Scan" if: always() && github.event.action != 'closed' && github.actor != 'dependabot[bot]' - uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 #7.1.0 + uses: SonarSource/sonarqube-scan-action@55e44800a8f495208cce6e4e82f5dedb45fcf0ef #7.2.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: diff --git a/.github/workflows/update-sonar-statistics.yaml b/.github/workflows/update-sonar-statistics.yaml index 212c74e6..91e78275 100644 --- a/.github/workflows/update-sonar-statistics.yaml +++ b/.github/workflows/update-sonar-statistics.yaml @@ -108,7 +108,7 @@ jobs: path: coverage-reports/ - name: "SonarCloud Scan" - uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 #7.1.0 + uses: SonarSource/sonarqube-scan-action@55e44800a8f495208cce6e4e82f5dedb45fcf0ef #7.2.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: