From: Jérôme Benoit Date: Sat, 22 Apr 2023 17:52:48 +0000 (+0200) Subject: build(ci): downgrade sonar-scanner version to the latest working one X-Git-Tag: v2.4.11~11 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a7d5a5f6ecd5d5894b40ed786a9394f41fda1302;p=poolifier.git build(ci): downgrade sonar-scanner version to the latest working one Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87b546f6..7854d04d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Sonar Code Analysis if: "github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x'" - uses: sonarsource/sonarcloud-github-action@v1.9.1 + uses: sonarsource/sonarcloud-github-action@v1.8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}