Refine CI
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Oct 2021 20:58:39 +0000 (22:58 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Oct 2021 20:58:39 +0000 (22:58 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index f70f2238d55b9e4e54444e5c8f8459fa231ca7d8..2f548a0eef09d4248c108d3ba55ab2d00a7f5223 100644 (file)
@@ -4,7 +4,7 @@ on:
   push:
     branches:
       - master
-  pull_request_target:
+  pull_request:
     types: [opened, synchronize, reopened]
   workflow_dispatch:
     inputs:
@@ -49,7 +49,7 @@ jobs:
 
       - name: Sonar Code Analysis
         if: "github.repository == 'poolifier/poolifier' && matrix.node-version == '14.x'"
-        uses: SonarSource/sonarcloud-github-action@master
+        uses: sonarsource/sonarcloud-github-action@master
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}