diff --git a/.github/workflows/dev-ci.yml b/.github/workflows/dev-ci.yml index df8d2c40f6..91a8b5f4e7 100644 --- a/.github/workflows/dev-ci.yml +++ b/.github/workflows/dev-ci.yml @@ -83,7 +83,7 @@ jobs: run: pylint pypowsybl - name: Sonar analysis - uses: sonarsource/sonarcloud-github-action@v2.0.2 + uses: sonarsource/sonarcloud-github-action@v2.3.0 env: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index c4fcc56100..673205bd2b 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -107,7 +107,7 @@ jobs: - name: Sonar analysis if: matrix.python.name == 'cp39' - uses: sonarsource/sonarcloud-github-action@v2.0.2 + uses: sonarsource/sonarcloud-github-action@v2.3.0 env: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}