diff --git a/.github/workflows/oci-ci.yaml b/.github/workflows/oci-ci.yaml index 7c3868b..1187b9e 100644 --- a/.github/workflows/oci-ci.yaml +++ b/.github/workflows/oci-ci.yaml @@ -86,7 +86,7 @@ jobs: run: docker compose run --rm ${{ inputs.docker-compose-service }} build VERBOSE=all ENVIRONMENT=${{ inputs.environment }} OCI_TAG_SUFFIX_USER="${{ inputs.tags }}" - name: Autenticate with GCP if: ${{ inputs.publish }} - uses: "google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093" # pin@v3.0.0 + uses: "google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d" # pin@v3.0.0 with: workload_identity_provider: ${{ inputs.workload_identity_provider }} service_account: ${{ inputs.service_account }}