From 74b57a6cc2fe329414493e6408c87f42caef839a Mon Sep 17 00:00:00 2001 From: Aleksandar Apostolov Date: Mon, 21 Sep 2026 09:30:32 +0200 Subject: [PATCH 1/2] 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 90aa081..0d86afa 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 }} From 913a0c8bdf1a88f31a43bb786a9b2373f1cfdb61 Mon Sep 17 00:00:00 2001 From: Aleksandar Apostolov Date: Tue, 22 Sep 2026 16:08:24 +0200 Subject: [PATCH 2/2] ci: repin to the merged conventions commit stream-build-conventions-android#78 squash-merged as 68c8917. The previous pin was that PR's branch commit, which carried an earlier form of the Sonar condition and sits on a now-deleted branch. --- .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 0d86afa..215bc57 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@2e7e495bdf40615015a775812d606c034274e10a + uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@68c8917934383ebba59a263c1050531033fd9f75 secrets: BUILD_CACHE_AWS_REGION: ${{ secrets.BUILD_CACHE_AWS_REGION }} BUILD_CACHE_AWS_BUCKET: ${{ secrets.BUILD_CACHE_AWS_BUCKET }}