From bc333714de0418a3a11cafcd767728ff0cd31812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:17:51 +0100 Subject: [PATCH] Bump google-github-actions/auth from 1.1.1 to 1.2.0 (#1298) Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.1 to 1.2.0. - [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/35b0e87d162680511bf346c299f71c9c5c379033...f105ef0cdb3b102a020be1767fcc8a974898b7c6) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fa4c22c6..be58d5a2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -242,7 +242,7 @@ jobs: ./gradlew assembleDebug assembleAndroidTest - name: Authenticate to Google Cloud for Firebase Test Lab id: auth_test_lab - uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 + uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 with: create_credentials_file: true project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }} @@ -380,7 +380,7 @@ jobs: uses: ./.github/actions/setup - name: Authenticate to Google Cloud for Firebase Test Lab id: auth_test_lab - uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 + uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 with: create_credentials_file: true project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }}