diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2331b849..c9be2b6d 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@f112390a2df9932162083945e46d439060d66ec2 + uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d 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@f112390a2df9932162083945e46d439060d66ec2 + uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d with: create_credentials_file: true project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }}