diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f33af27..07e8ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - uses: google-github-actions/auth@v2.0.0 + - uses: google-github-actions/auth@v2.1.3 with: workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}' service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}' @@ -108,7 +108,7 @@ jobs: helm template chart/ > helm-output.yaml kustomize create --resources helm-output.yaml kustomize build . - - uses: google-github-actions/auth@v2.0.0 + - uses: google-github-actions/auth@v2.1.3 with: workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}' service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'