diff options
| author | Albin <albin@mullvad.net> | 2025-02-19 13:40:16 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-02-19 13:40:16 +0100 |
| commit | a79ed4ecabed1afc1b99b57197c56910ae2576ad (patch) | |
| tree | 9131ecedee200b756a821afb017dea0cbbae5262 /.github/workflows | |
| parent | 6b01f11bc612ac435e15cca43446fc665559da7d (diff) | |
| parent | ad0681e13618998a8f93ce664edd5ba6d2367858 (diff) | |
| download | mullvadvpn-a79ed4ecabed1afc1b99b57197c56910ae2576ad.tar.xz mullvadvpn-a79ed4ecabed1afc1b99b57197c56910ae2576ad.zip | |
Merge branch 'revert-ktor-bump'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-audit.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/android-audit.yml b/.github/workflows/android-audit.yml index 68884ae526..715854cd91 100644 --- a/.github/workflows/android-audit.yml +++ b/.github/workflows/android-audit.yml @@ -6,6 +6,11 @@ on: - .github/workflows/android-audit.yml - android/gradle/verification-metadata.xml - android/scripts/update-lockfile.sh + # libs.versions.toml and *.kts are necessary to ensure that the verification-metadata.xml is up-to-date + # with our dependency usage due to the dependency verification not working as expected when keys are + # specified for dependencies (DROID-1425). + - android/gradle/libs.versions.toml + - android/**/*.kts schedule: # At 06:20 UTC every day. # Notifications for scheduled workflows are sent to the user who last modified the cron |
