diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b2501b..7a3b6c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -125,7 +125,7 @@ jobs: # SonarCloud first (push only) so a failing octocov gate can't skip the upload. - name: "SonarQube Scan" if: github.event_name == 'push' - 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: