diff --git a/.github/workflows/check-security-and-quality.yml b/.github/workflows/check-security-and-quality.yml index af823aa868..39819a82a3 100644 --- a/.github/workflows/check-security-and-quality.yml +++ b/.github/workflows/check-security-and-quality.yml @@ -47,7 +47,7 @@ jobs: - name: Install dependencies run: yarn - name: SonarCloud scan - uses: sonarsource/sonarcloud-github-action@v3.0 + uses: sonarsource/sonarcloud-github-action@v3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}