diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 5674e44c..a7f57f02 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@190e38f8e71d444e06acc489c2cf343f8c1d62c5 # main + uses: camunda/infra-global-github-actions/build-docker-image@40a4ed3a870fa58eb5e994737c79ef690e949ea7 # main with: registry_host: ${{ vars.CONTAINER_REGISTRY_CI }} registry_username: ${{ steps.secrets.outputs.MACHINE_USR }} @@ -457,7 +457,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install if required common software tooling - uses: camunda/infra-global-github-actions/common-tooling@190e38f8e71d444e06acc489c2cf343f8c1d62c5 # main + uses: camunda/infra-global-github-actions/common-tooling@40a4ed3a870fa58eb5e994737c79ef690e949ea7 # main with: node-enabled: false java-enabled: false @@ -544,7 +544,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@4307a7b51fa981235895ab7682d8f34cdb7b6304 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@584d5ebc12e23e0c4420860fe4d2575fecf09b94 # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.tool-versions b/.tool-versions index b0244071..70680ba4 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.0 +awscli 2.17.5 just 1.29.1