From 6f0c29803b15c17848e8de64f1cde8efe528b4c4 Mon Sep 17 00:00:00 2001 From: Simon Hofmann Date: Tue, 31 Aug 2021 20:19:54 +0200 Subject: [PATCH] (#265) Upgraded to SonarSource/sonarcloud-github-action v1.6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b7498173..e14d9d92 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: npm run coverage:merge npm run coverage:merge-report - name: Send results to SonarCloud - uses: SonarSource/sonarcloud-github-action@v1.4 + uses: SonarSource/sonarcloud-github-action@v1.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}