From e52a1448b7f1d1392e237077d244021f8fd21a5d Mon Sep 17 00:00:00 2001 From: Andrey Belonogov Date: Fri, 18 Sep 2026 10:33:11 -0700 Subject: [PATCH 1/2] ci: update Android SDK setup action Co-authored-by: Cursor --- .github/actions/ci/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index 16002d35..4cf87b6a 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -30,7 +30,7 @@ runs: java-version: ${{ inputs.java_version }} - name: Setup Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Build shell: bash From d6a3b7ea919b1dc9ab9b392258324d2476fc4dac Mon Sep 17 00:00:00 2001 From: Andrey Belonogov Date: Fri, 18 Sep 2026 10:52:20 -0700 Subject: [PATCH 2/2] ci: pin the Android SDK setup action to a commit SHA Co-authored-by: Cursor --- .github/actions/ci/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index 4cf87b6a..08c84e91 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -30,7 +30,7 @@ runs: java-version: ${{ inputs.java_version }} - name: Setup Android SDK - uses: android-actions/setup-android@v4 + uses: android-actions/setup-android@be39fa834029ff78f1a44aa3bb0819b8fc2bd8fd # v4.0.4 - name: Build shell: bash