docs: add missing api worker section ToC
[poolifier.git] / .github / workflows / ci.yml
index e48f47aaa3e880067a2b749d7cc5d0c15f3c4160..01419e2606af17a74e1b208715263cd90870da83 100644 (file)
@@ -58,7 +58,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@v2.0.0
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}