diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b74cb6..cb904c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - name: Unit tests run: cd client && npm run test:coverage - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v3.0.0 + uses: SonarSource/sonarcloud-github-action@v3.1.0 with: projectBaseDir: client args: > diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3f65103..2bbd346 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -50,7 +50,7 @@ jobs: - name: Unit tests run: cd client && npm run test:coverage - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v3.0.0 + uses: SonarSource/sonarcloud-github-action@v3.1.0 with: projectBaseDir: client args: >