diff --git a/.github/workflows/third_party_checks.yml b/.github/workflows/third_party_checks.yml index f497ef2..104a140 100644 --- a/.github/workflows/third_party_checks.yml +++ b/.github/workflows/third_party_checks.yml @@ -42,7 +42,7 @@ jobs: - name: SonarCloud Scan if: "! github.event.pull_request.head.repo.fork " - uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0 + uses: SonarSource/sonarqube-scan-action@55e44800a8f495208cce6e4e82f5dedb45fcf0ef # v7.2.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}