From b53f0234d91b9835c716ce37e19bfbdb61959610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:24:59 +0000 Subject: [PATCH] Bump google-github-actions/auth from 1 to 2 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 2. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-cloudrun-revision-community.yaml | 2 +- .github/workflows/deploy-cloudrun-revision-internal.yaml | 2 +- .github/workflows/image-build-and-push-community.yaml | 2 +- .github/workflows/image-build-and-push-internal.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-cloudrun-revision-community.yaml b/.github/workflows/deploy-cloudrun-revision-community.yaml index b75ca057f..784e3380a 100644 --- a/.github/workflows/deploy-cloudrun-revision-community.yaml +++ b/.github/workflows/deploy-cloudrun-revision-community.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Authenticate to google cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: ${{ secrets.GHA_WORKLOAD_IDENTITY_PROVIDER }} service_account: marvin-workflow-main@prefect-org-github-actions.iam.gserviceaccount.com diff --git a/.github/workflows/deploy-cloudrun-revision-internal.yaml b/.github/workflows/deploy-cloudrun-revision-internal.yaml index dc3a9a1d7..080bda22b 100644 --- a/.github/workflows/deploy-cloudrun-revision-internal.yaml +++ b/.github/workflows/deploy-cloudrun-revision-internal.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Authenticate to google cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: ${{ secrets.GHA_WORKLOAD_IDENTITY_PROVIDER }} service_account: marvin-workflow-main@prefect-org-github-actions.iam.gserviceaccount.com diff --git a/.github/workflows/image-build-and-push-community.yaml b/.github/workflows/image-build-and-push-community.yaml index 115e6f1eb..3002310b8 100644 --- a/.github/workflows/image-build-and-push-community.yaml +++ b/.github/workflows/image-build-and-push-community.yaml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v3 - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: ${{ secrets.GHA_WORKLOAD_IDENTITY_PROVIDER }} service_account: marvin-general-main@prefect-org-github-actions.iam.gserviceaccount.com diff --git a/.github/workflows/image-build-and-push-internal.yaml b/.github/workflows/image-build-and-push-internal.yaml index 52d44ccd5..cfc0fd05e 100644 --- a/.github/workflows/image-build-and-push-internal.yaml +++ b/.github/workflows/image-build-and-push-internal.yaml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v3 - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: ${{ secrets.GHA_WORKLOAD_IDENTITY_PROVIDER }} service_account: marvin-general-main@prefect-org-github-actions.iam.gserviceaccount.com