From 4131523c9b7f9f618306f2865de3960863f6f4b6 Mon Sep 17 00:00:00 2001 From: Aleksandar Apostolov Date: Mon, 21 Sep 2026 09:30:34 +0200 Subject: [PATCH] ci: bump android-ci pin so Sonar analyses develop Picks up the Sonar step fix from stream-build-conventions-android#78. Until it lands, SonarCloud's develop baseline for this repo is frozen and every PR gate measures new code against it. --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 04ec99536..a091e4462 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -21,7 +21,7 @@ jobs: permissions: contents: read pull-requests: read - uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@8b36d37dd137d47244206d64899c5f8f7c874c3c + uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@2e7e495bdf40615015a775812d606c034274e10a secrets: BUILD_CACHE_AWS_REGION: ${{ secrets.BUILD_CACHE_AWS_REGION }} BUILD_CACHE_AWS_BUCKET: ${{ secrets.BUILD_CACHE_AWS_BUCKET }}