From 0a96d41c45eecbd6a4f0696166b490bd656fd21f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:03:10 +0000 Subject: [PATCH] chore(deps): update patch-grouped | datasource | package | from | to | | ----------- | ------------------------------ | ------- | ------- | | github-tags | aws/aws-cli | 2.17.51 | 2.17.56 | | github-tags | hoverkraft-tech/compose-action | v2.0.1 | v2.0.2 | --- .github/actions/compose/action.yml | 2 +- .github/workflows/build-images.yml | 8 ++++---- .tool-versions | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/compose/action.yml b/.github/actions/compose/action.yml index 24364634..3294d556 100644 --- a/.github/actions/compose/action.yml +++ b/.github/actions/compose/action.yml @@ -22,7 +22,7 @@ runs: using: composite steps: - name: Run ${{ inputs.project_name }} compose - uses: hoverkraft-tech/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 # v2.0.1 + uses: hoverkraft-tech/compose-action@f1ca7fefe3627c2dab0ae1db43a106d82740245e # v2.0.2 with: compose-file: | ${{ inputs.compose_file }} diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index b037e9fe..589efbc8 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -115,7 +115,7 @@ jobs: - name: Build image using Camunda docker build id: build-image-step - uses: camunda/infra-global-github-actions/build-docker-image@f5bbd25c97507d6d2a884eebecaa804a6e34b15f # main + uses: camunda/infra-global-github-actions/build-docker-image@bd506eede2ac7028cd90c8835f5d04d583ce9f01 # main with: registry_host: ${{ vars.CONTAINER_REGISTRY_CI }} registry_username: ${{ steps.secrets.outputs.MACHINE_USR }} @@ -486,7 +486,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install if required common software tooling - uses: camunda/infra-global-github-actions/common-tooling@f5bbd25c97507d6d2a884eebecaa804a6e34b15f # main + uses: camunda/infra-global-github-actions/common-tooling@bd506eede2ac7028cd90c8835f5d04d583ce9f01 # main with: node-enabled: false java-enabled: false @@ -576,7 +576,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Retrigger job - uses: camunda/infra-global-github-actions/rerun-failed-run@f5bbd25c97507d6d2a884eebecaa804a6e34b15f # main + uses: camunda/infra-global-github-actions/rerun-failed-run@bd506eede2ac7028cd90c8835f5d04d583ce9f01 # main with: error-messages: | lost communication with the server @@ -601,7 +601,7 @@ jobs: steps: - name: Notify in Slack in case of failure id: slack-notification - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fe25bf36edcc03717275a4e05969cdb5483388df # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@102b2d46c2c3961ee04eb78fcf00f150d938422e # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.tool-versions b/.tool-versions index ac66e091..6cd336b1 100644 --- a/.tool-versions +++ b/.tool-versions @@ -13,7 +13,7 @@ # check it with # diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly" -awscli 2.17.51 +awscli 2.17.56 just 1.35.0