summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-02-19 13:40:16 +0100
committerAlbin <albin@mullvad.net>2025-02-19 13:40:16 +0100
commita79ed4ecabed1afc1b99b57197c56910ae2576ad (patch)
tree9131ecedee200b756a821afb017dea0cbbae5262 /.github/workflows
parent6b01f11bc612ac435e15cca43446fc665559da7d (diff)
parentad0681e13618998a8f93ce664edd5ba6d2367858 (diff)
downloadmullvadvpn-a79ed4ecabed1afc1b99b57197c56910ae2576ad.tar.xz
mullvadvpn-a79ed4ecabed1afc1b99b57197c56910ae2576ad.zip
Merge branch 'revert-ktor-bump'
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-audit.yml5
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