From a8456a6c1c917780cf37c57d80d24cc9bf05741c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 03:00:13 +0000 Subject: [PATCH] Bump google-github-actions/auth from 1.1.0 to 1.1.1 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/e8df18b60c5dd38ba618c121b779307266153fbf...35b0e87d162680511bf346c299f71c9c5c379033) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/pull-request.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7fc05e5d..dfcd50fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -95,7 +95,7 @@ jobs: echo ${FIREBASE_RELEASE_JSON_BASE64} | base64 --decode > app/src/release/google-services.json - name: Authenticate to Google Cloud for Google Play id: auth_google_play - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 with: create_credentials_file: true project_id: ${{ secrets.GOOGLE_PLAY_CLOUD_PROJECT }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 63321fc2..712248ea 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -277,7 +277,7 @@ jobs: ./gradlew assembleDebug assembleAndroidTest assembleZcashmainnetDebug assembleZcashtestnetDebug - name: Authenticate to Google Cloud for Firebase Test Lab id: auth_test_lab - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 with: create_credentials_file: true project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }} @@ -451,7 +451,7 @@ jobs: ./gradlew :app:assembleDebug - name: Authenticate to Google Cloud for Firebase Test Lab id: auth_test_lab - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 with: create_credentials_file: true project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }} @@ -560,7 +560,7 @@ jobs: timeout-minutes: 5 - name: Authenticate to Google Cloud for Firebase Test Lab id: auth_test_lab - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 with: create_credentials_file: true project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }}