fix(ci): remove dart pub audit step (unsupported in runner SDK)
All checks were successful
CI / ci (push) Successful in 10m50s

The stable Flutter SDK on the CI runner does not include
the `dart pub audit` subcommand. Trivy scan still covers
dependency security.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 12:06:19 +01:00
parent 3d28aba0db
commit de6f5a6784
3 changed files with 1 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ All notable changes to HouseHoldKeeper are documented in this file.
### Fixed
- Install jq before Flutter setup in CI and release workflows (required by subosito/flutter-action)
- Remove `dart pub audit` step (not available in stable Flutter SDK on runner)
## [1.1.4] - 2026-03-17