From: Jérôme Benoit Date: Mon, 24 Apr 2023 12:56:02 +0000 (+0200) Subject: build(ci): update sonar-scanner GH action X-Git-Tag: v2.4.12~40 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1f82641b8caee6024addc4ec8f4c3215fca12cbb;hp=396360a789e4806699533ddf899c79dc2b7ae868;p=poolifier.git build(ci): update sonar-scanner GH action Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72782830..112e3ac4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,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.8 + uses: sonarsource/sonarcloud-github-action@v1.9.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}