File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144
145145 - name : Build image using Camunda docker build
146146 id : build-image-step
147- uses : camunda/infra-global-github-actions/build-docker-image@ad3fd49c6526b19c2fe15f2d279e68dea2da278f # main
147+ uses : camunda/infra-global-github-actions/build-docker-image@fc80933ffe69fd186048d40d39f25f28fa63cb72 # main
148148 with :
149149 registry_host : ${{ env.CONTAINER_REGISTRY_CI }}
150150 registry_username : ${{ steps.secrets.outputs.MACHINE_USR }}
@@ -572,7 +572,7 @@ jobs:
572572 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
573573
574574 - name : Install if required common software tooling
575- uses : camunda/infra-global-github-actions/common-tooling@ad3fd49c6526b19c2fe15f2d279e68dea2da278f # main
575+ uses : camunda/infra-global-github-actions/common-tooling@fc80933ffe69fd186048d40d39f25f28fa63cb72 # main
576576 with :
577577 node-enabled : false
578578 java-enabled : false
@@ -757,7 +757,7 @@ jobs:
757757 runs-on : ubuntu-latest
758758 steps :
759759 - name : Retrigger job
760- uses : camunda/infra-global-github-actions/rerun-failed-run@ad3fd49c6526b19c2fe15f2d279e68dea2da278f # main
760+ uses : camunda/infra-global-github-actions/rerun-failed-run@fc80933ffe69fd186048d40d39f25f28fa63cb72 # main
761761 with :
762762 error-messages : |
763763 lost communication with the server
Original file line number Diff line number Diff line change 1313# check it with
1414# 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"
1515
16- awscli 2.31.22
16+ awscli 2.31.27
1717
1818just 1.43.0
1919
You can’t perform that action at this time.
0 commit comments