From 0ebc0ee9e33ce8a60f5d00c3c754e206c7b77daa Mon Sep 17 00:00:00 2001 From: Timon Masberg Date: Mon, 24 Apr 2023 12:35:18 +0200 Subject: [PATCH] revert: "fix(ci): set explicit sonarcloud action to resolve node version issue (#162)" This reverts commit c89b1ad29c6c5955f484681d29cd9dee751abf3c, the issue has been fixed by SonarCloud --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa7ea1ac..83bb4148 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: TEST_USERS: ${{ secrets.E2E_TEST_USERS }} - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v1.8 + uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}