Skip to content

Commit 12560fd

Browse files
authored
Merge pull request #19370 from mozilla/dependabot/github_actions/google-github-actions/auth-3
chore(deps): bump google-github-actions/auth from 2 to 3
2 parents 14ea7af + e8b5936 commit 12560fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
type=raw,${{ env.GIT_TAG }}
101101
102102
- id: gcp-auth
103-
uses: google-github-actions/auth@v2
103+
uses: google-github-actions/auth@v3
104104
with:
105105
token_format: 'access_token'
106106
service_account: artifact-writer@${{ env.GCP_PROJECT_ID}}.iam.gserviceaccount.com

.github/workflows/upload-assets-to-cdn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
aws s3 sync --cache-control 'public,max-age=86400' --exclude "*" --include "*.pdf" --content-disposition attachment assets/legal s3://fxa-content-cdn-prod-distbucket-gqg70i8xqycy/legal
5151
5252
- name: Configure Stage GCP credentials
53-
uses: google-github-actions/auth@v2
53+
uses: google-github-actions/auth@v3
5454
with:
5555
service_account: gke-cdn-upload-stage@${{ secrets.GCP_NONPROD_PROJECT_ID }}.iam.gserviceaccount.com
5656
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
@@ -62,7 +62,7 @@ jobs:
6262
gcloud storage cp --cache-control='public,max-age=86400' --content-disposition=attachment -r assets/legal/* gs://fxa-content-cdn-stage-distbucket/legal/
6363
6464
- name: Configure Prod GCP credentials
65-
uses: google-github-actions/auth@v2
65+
uses: google-github-actions/auth@v3
6666
with:
6767
service_account: gke-cdn-upload-prod@${{ secrets.GCP_PROD_PROJECT_ID }}.iam.gserviceaccount.com
6868
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}

0 commit comments

Comments
 (0)