From e3c0dd544d753c740d2c8004abbc474724187c34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:33:56 +0000 Subject: [PATCH] chore(deps): update camunda/infra-global-github-actions digest to 5f353b8 --- .github/workflows/build-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 245953c4..8d132cb0 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -90,7 +90,7 @@ jobs: - name: Build image using Camunda docker build id: build-image-step - uses: camunda/infra-global-github-actions/build-docker-image@c9230b32c5af82329db40f325758d2141e5f5da9 # main + uses: camunda/infra-global-github-actions/build-docker-image@5f353b82bb39601ce955203eaf9971ac99dbc9c7 # main with: registry_host: ${{ vars.CONTAINER_REGISTRY_CI }} registry_username: ${{ steps.secrets.outputs.MACHINE_USR }} @@ -457,7 +457,7 @@ jobs: uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Install if required common software tooling - uses: camunda/infra-global-github-actions/common-tooling@c9230b32c5af82329db40f325758d2141e5f5da9 # main + uses: camunda/infra-global-github-actions/common-tooling@5f353b82bb39601ce955203eaf9971ac99dbc9c7 # main with: node-enabled: false java-enabled: false