diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 4d53b3b..ea3809c 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -44,6 +44,6 @@ jobs: with: fetch-depth: 0 - name: SonarCloud Scan - uses: sonarsource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0 + uses: sonarsource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}