diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4cb6dee..49ab856 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -78,7 +78,7 @@ jobs: # Requires Automatic Analysis to be OFF for this project (CI-based analysis instead). - name: SonarQube Scan if: ${{ env.SONAR_TOKEN != '' && github.actor != 'dependabot[bot]' }} - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: