Skip to content

Commit e8b5936

Browse files
chore(deps): bump google-github-actions/auth from 2 to 3
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93d96ff commit e8b5936

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
@@ -97,7 +97,7 @@ jobs:
9797
type=raw,${{ env.GIT_TAG }}
9898
9999
- id: gcp-auth
100-
uses: google-github-actions/auth@v2
100+
uses: google-github-actions/auth@v3
101101
with:
102102
token_format: 'access_token'
103103
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)