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 }}