build(ci): downgrade sonar-scanner version to the latest working one
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 22 Apr 2023 17:52:48 +0000 (19:52 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 22 Apr 2023 17:52:48 +0000 (19:52 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 87b546f645bf62a312e43b3d5ee4ceef9b818dea..7854d04d9fc84dafbf2d5b60b46646fe69534184 100644 (file)
@@ -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 }}