Skip to content

Commit 7fce2ed

Browse files
chore(deps): update patch-grouped (#461)
| datasource | package | from | to | | ----------- | ----------- | ------- | ------- | | github-tags | aws/aws-cli | 2.31.22 | 2.31.27 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c951f11 commit 7fce2ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

1818
just 1.43.0
1919

0 commit comments

Comments
 (0)