summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-02-19 11:53:56 +0100
committerAlbin <albin@mullvad.net>2025-02-19 12:54:12 +0100
commitfe79ffe0ed02c379f6cf8a0355dd28b02fa3ae4f (patch)
tree6d22c08971b6a8fc2c7991ccc7966c416a16a3e5 /.github/workflows
parent4fc3c78be2479e8a0aa7c945d80e9d32eb9e498f (diff)
downloadmullvadvpn-fe79ffe0ed02c379f6cf8a0355dd28b02fa3ae4f.tar.xz
mullvadvpn-fe79ffe0ed02c379f6cf8a0355dd28b02fa3ae4f.zip
Ensure gradle lockfile is up-to-date in ci
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