From b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 15 Apr 2023 18:33:15 +0200 Subject: chore(deps): bump dependencies Also make sure Sonar can process TypeScript files. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 953e67f7..eecb62c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed by Sonar to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: | - ./gradlew build sonarqube -Pci --info + ./gradlew build sonar -Pci --info reuse-check: name: REUSE Compliance Check runs-on: ubuntu-latest -- cgit v1.2.3-54-g00ecf