We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cad29 commit 800bc65Copy full SHA for 800bc65
.github/workflows/android-audit.yml
@@ -87,5 +87,8 @@ jobs:
87
- name: Re-generate lockfile
88
run: android/scripts/update-lockfile.sh
89
90
+ - name: Re-generate lockfile keys
91
+ run: android/scripts/update-lockfile-keys.sh
92
+
93
- name: Ensure no changes
94
run: git diff --exit-code
0 commit comments