diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fecf4ff..7ec726e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,7 @@ jobs: continue-on-error: true - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v3 + uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}