diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 775875e..36879d1 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -45,7 +45,7 @@ jobs: run: yarn build - name: Sonar if: matrix.os == 'ubuntu-latest' && github.actor != 'dependabot[bot]' - uses: sonarsource/sonarcloud-github-action@v1.8 + uses: sonarsource/sonarcloud-github-action@v1.9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}