diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2c6e77c..9c09935 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -96,9 +96,6 @@ jobs: run: dart pub outdated continue-on-error: true - - name: Security audit - run: dart pub audit - - name: Trivy filesystem scan run: | set -e diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 32a6f50..5af4e8e 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -94,9 +94,6 @@ jobs: run: dart pub outdated continue-on-error: true - - name: Security audit - run: dart pub audit - - name: Trivy filesystem scan run: | set -e diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e8673e..fe8c4b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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