build(ci): update sonar-scanner GH action
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 12:56:02 +0000 (14:56 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 12:56:02 +0000 (14:56 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 72782830b1bf9394605ecc7a057315f32ed95e6b..112e3ac4ff57619c7bae99c4cf72843848c82229 100644 (file)
@@ -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 }}