File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
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@98d1314ca835f199797565423661bc1a66acc802 # main
147+ uses : camunda/infra-global-github-actions/build-docker-image@1c6cd774501c2210dd7a44bbc938508fffa80a26 # 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@98d1314ca835f199797565423661bc1a66acc802 # main
575+ uses : camunda/infra-global-github-actions/common-tooling@1c6cd774501c2210dd7a44bbc938508fffa80a26 # 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@98d1314ca835f199797565423661bc1a66acc802 # main
760+ uses : camunda/infra-global-github-actions/rerun-failed-run@1c6cd774501c2210dd7a44bbc938508fffa80a26 # main
761761 with :
762762 error-messages : |
763763 lost communication with the server
Original file line number Diff line number Diff line change 1616 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
1818 - name : Check for Todos
19- uses : phntmxyz/pr_todo_checker@5d17d239637854388b338cc010d08c4f50093c4e # v1
19+ uses : phntmxyz/pr_todo_checker@6fa564ed029d70acfc3dbf72dde4c2ffc2be7c82 # v1
2020 with :
2121 token : ${{ secrets.GITHUB_TOKEN }}
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.32
16+ awscli 2.31.37
1717
18- just 1.43.0
18+ just 1.43.1
1919
2020pre-commit 4.4.0
2121
2222python 3.14.0
2323
24- yq 4.48.1
24+ yq 4.48.2
You can’t perform that action at this time.
0 commit comments