From b100c356fc66879e7e53b70868c24895ac996371 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:33:47 +0100 Subject: [PATCH] ci: add flutter pub get to sonar workflow --- .github/workflows/sonar.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 20fa9fc2..e47a619e 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -12,6 +12,15 @@ jobs: with: fetch-depth: 0 + - name: Setup Flutter + uses: subosito/flutter-action@v2 + with: + channel: "stable" + cache: true + + - name: Install dependencies + run: flutter pub get + - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v6 env: