diff --git a/.github/workflows/security-scan.yaml b/.github/workflows/security-scan.yaml index 32d0b9c..455c333 100644 --- a/.github/workflows/security-scan.yaml +++ b/.github/workflows/security-scan.yaml @@ -72,6 +72,6 @@ jobs: chmod +x ./android/gradlew flutter build appbundle - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}