From fae16571511dbec7901f19bb8ea162b60c31a12c Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Thu, 29 Jan 2026 19:43:53 -0500 Subject: [PATCH 1/2] [Plugin] Fix build release artifacts workflow Downloading the dackka binary should happen **before** gradle is run to build the artifacts, otherwise it doesn't find it and fails. --- .github/workflows/build-release-artifacts.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-release-artifacts.yml b/.github/workflows/build-release-artifacts.yml index b8801388afa..7a96f2944f5 100644 --- a/.github/workflows/build-release-artifacts.yml +++ b/.github/workflows/build-release-artifacts.yml @@ -21,6 +21,16 @@ jobs: distribution: temurin cache: gradle + - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 + with: + credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }} + + - uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4 + + - name: Download Dackka + run: | + gcloud storage cp gs://android-ci/mvn/com/google/devsite/dackka-fat/1.2.0/dackka-fat-1.2.0.jar ./ + - name: Perform gradle build run: | ./gradlew firebasePublish @@ -32,16 +42,6 @@ jobs: path: build/m2repository/ retention-days: 15 - - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 - with: - credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }} - - - uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4 - - - name: Download Dackka - run: | - gcloud storage cp gs://android-ci/mvn/com/google/devsite/dackka-fat/1.2.0/dackka-fat-1.2.0.jar ./ - - name: Upload release notes uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: From 1b53db96a1dd68dda7598fe4ae2777dfaab130a4 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Thu, 29 Jan 2026 20:04:45 -0500 Subject: [PATCH 2/2] fix format --- appcheck/firebase-appcheck-debug-testing/CHANGELOG.md | 1 + appcheck/firebase-appcheck-debug/CHANGELOG.md | 1 + appcheck/firebase-appcheck-playintegrity/CHANGELOG.md | 1 + 3 files changed, 3 insertions(+) diff --git a/appcheck/firebase-appcheck-debug-testing/CHANGELOG.md b/appcheck/firebase-appcheck-debug-testing/CHANGELOG.md index 31e195ceaca..4b99e4949f8 100644 --- a/appcheck/firebase-appcheck-debug-testing/CHANGELOG.md +++ b/appcheck/firebase-appcheck-debug-testing/CHANGELOG.md @@ -82,3 +82,4 @@ # 16.0.0-beta01 - [feature] Initial beta release of the [app_check] Debug Testing SDK with abuse reduction features. + diff --git a/appcheck/firebase-appcheck-debug/CHANGELOG.md b/appcheck/firebase-appcheck-debug/CHANGELOG.md index 4bedbb2d4aa..23cbbcdbe84 100644 --- a/appcheck/firebase-appcheck-debug/CHANGELOG.md +++ b/appcheck/firebase-appcheck-debug/CHANGELOG.md @@ -87,3 +87,4 @@ # 16.0.0-beta01 - [feature] Initial beta release of the [app_check] Debug SDK with abuse reduction features. + diff --git a/appcheck/firebase-appcheck-playintegrity/CHANGELOG.md b/appcheck/firebase-appcheck-playintegrity/CHANGELOG.md index 25f7f477336..3e1c5fdcf1d 100644 --- a/appcheck/firebase-appcheck-playintegrity/CHANGELOG.md +++ b/appcheck/firebase-appcheck-playintegrity/CHANGELOG.md @@ -58,3 +58,4 @@ - [feature] Added support for [Play Integrity](https://developer.android.com/google/play/integrity) as an attestation provider. +