diff options
| author | Albin <albin@mullvad.net> | 2023-11-03 11:41:44 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-11-06 09:49:30 +0100 |
| commit | 349e006893baf3a7987d42c43e7f0dc235639e97 (patch) | |
| tree | 3e4552a5451f3b9ddf573b136eb56876db6d40d4 | |
| parent | 320ec5cf4ebfa106aafb72e765a2bd37adf59f84 (diff) | |
| download | mullvadvpn-349e006893baf3a7987d42c43e7f0dc235639e97.tar.xz mullvadvpn-349e006893baf3a7987d42c43e7f0dc235639e97.zip | |
Trigger android audit action on suppression updates
| -rw-r--r-- | .github/workflows/android-audit.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/android-audit.yml b/.github/workflows/android-audit.yml index 5f85461581..2945273efc 100644 --- a/.github/workflows/android-audit.yml +++ b/.github/workflows/android-audit.yml @@ -2,7 +2,11 @@ name: Android - Audit dependencies on: pull_request: - paths: [.github/workflows/android-audit.yml, android/gradle/verification-metadata.xml] + paths: + - .github/workflows/android-audit.yml + - android/gradle/verification-metadata.xml + - android/config/dependency-check-suppression.xml + - android/test/test-suppression.xml schedule: # At 06:20 UTC every day. # Notifications for scheduled workflows are sent to the user who last modified the cron |
