From 5573b76555e7a9b616a81053e9a96576bd729735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:58:32 +0900 Subject: [PATCH] build(deps): bump google-github-actions/auth from 1.1.1 to 2.1.0 (#770) Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.1 to 2.1.0. - [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/35b0e87d162680511bf346c299f71c9c5c379033...5a50e581162a13f4baa8916d01180d2acbc04363) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish_chart.yaml | 2 +- .github/workflows/push-image.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_chart.yaml b/.github/workflows/publish_chart.yaml index 70e942938..91dd874a5 100644 --- a/.github/workflows/publish_chart.yaml +++ b/.github/workflows/publish_chart.yaml @@ -61,7 +61,7 @@ jobs: run: helm push .artifacts/bucketeer-${{ env.BUCKETEER_VERSION }}.tgz oci://${{ env.REGISTRY }}/bucketeer-io/chart - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1 + uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0 with: token_format: "access_token" workload_identity_provider: ${{ secrets.GAR_WORKLOAD_IDENTITY_PROVIDER }} diff --git a/.github/workflows/push-image.yaml b/.github/workflows/push-image.yaml index 202deb4dd..ad75353fa 100644 --- a/.github/workflows/push-image.yaml +++ b/.github/workflows/push-image.yaml @@ -127,7 +127,7 @@ jobs: done - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1 + uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0 with: token_format: "access_token" workload_identity_provider: ${{ secrets.GAR_WORKLOAD_IDENTITY_PROVIDER }} @@ -213,7 +213,7 @@ jobs: docker push ${{ env.GHCR_REGISTRY }}/bucketeer-web-v2:${{ needs.setup.outputs.IMAGE_TAG }} - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1 + uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0 with: token_format: "access_token" workload_identity_provider: ${{ secrets.GAR_WORKLOAD_IDENTITY_PROVIDER }}