diff --git a/.github/workflows/test-authnz.yaml b/.github/workflows/test-authnz.yaml index fbe271ec47..62e7288648 100644 --- a/.github/workflows/test-authnz.yaml +++ b/.github/workflows/test-authnz.yaml @@ -53,7 +53,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.11 + uses: google-github-actions/auth@v2.1.12 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} diff --git a/.github/workflows/test-management-ui-for-pr.yaml b/.github/workflows/test-management-ui-for-pr.yaml index 314fa09633..e4c746b33a 100644 --- a/.github/workflows/test-management-ui-for-pr.yaml +++ b/.github/workflows/test-management-ui-for-pr.yaml @@ -41,7 +41,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.11 + uses: google-github-actions/auth@v2.1.12 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} diff --git a/.github/workflows/test-management-ui.yaml b/.github/workflows/test-management-ui.yaml index 3423a12886..7da116ae3e 100644 --- a/.github/workflows/test-management-ui.yaml +++ b/.github/workflows/test-management-ui.yaml @@ -45,7 +45,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.11 + uses: google-github-actions/auth@v2.1.12 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}