Skip to content

Commit

Permalink
Trigger android audit action on suppression updates
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Nov 3, 2023
1 parent b9f0d45 commit 858b2e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/android-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
name: Android - Audit dependencies
on:

Check warning on line 3 in .github/workflows/android-audit.yml

View workflow job for this annotation

GitHub Actions / check-formatting

3:1 [truthy] truthy value should be one of [false, true]
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
Expand Down

0 comments on commit 858b2e9

Please sign in to comment.