From 9ca6ea1e927fa33ce026a1addc7799a4a6715a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:18:40 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 2.1.3 to 2.1.4 (#33) --- .github/workflows/oci-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oci-ci.yaml b/.github/workflows/oci-ci.yaml index f017f64..7514628 100644 --- a/.github/workflows/oci-ci.yaml +++ b/.github/workflows/oci-ci.yaml @@ -87,7 +87,7 @@ jobs: run: docker compose run --rm ${{ inputs.docker-compose-service }} build VERBOSE=all ENVIRONMENT=${{ inputs.environment }} oci_tag_suffixes_git="${{ inputs.tags }}" - name: Autenticate with GCP if: ${{ inputs.publish }} - uses: "google-github-actions/auth@v2.1.3" + uses: "google-github-actions/auth@v2.1.4" with: workload_identity_provider: ${{ inputs.workload_identity_provider }} service_account: ${{ inputs.service_account }}