Skip to content

Commit 65a3373

Browse files
committed
Pin Android NDK setup action to a specific commit hash in Android macOS build workflow
1 parent acc00e0 commit 65a3373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-build-test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
flutter config --no-analytics && dart --disable-analytics
6363
dart pub global activate protoc_plugin ^21.1.2
6464
- name: Install Android NDK
65-
uses: nttld/setup-ndk@v1
65+
uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0
6666
with:
6767
ndk-version: r25c # v25.2.9519653
6868
add-to-path: true

0 commit comments

Comments
 (0)