diff --git a/.github/workflows/pr-build-merge.yml b/.github/workflows/pr-build-merge.yml index cd427cd..21d9844 100644 --- a/.github/workflows/pr-build-merge.yml +++ b/.github/workflows/pr-build-merge.yml @@ -33,7 +33,7 @@ jobs: run: make check-all - name: "Run SonarCloud Scan" - uses: SonarSource/sonarqube-scan-action@v8.2.0 + uses: SonarSource/sonarqube-scan-action@v8.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}