Skip to content

Commit 78195df

Browse files
chore(deps): update patch-grouped (#468)
| datasource | package | from | to | | --------------- | ------------ | ------- | ------- | | github-tags | aws/aws-cli | 2.31.32 | 2.31.37 | | github-releases | casey/just | 1.43.0 | 1.43.1 | | github-releases | mikefarah/yq | 4.48.1 | 4.48.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 605f319 commit 78195df

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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@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

.github/workflows/internal_global_pr_todo_checker.yml

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

.tool-versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
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

2020
pre-commit 4.4.0
2121

2222
python 3.14.0
2323

24-
yq 4.48.1
24+
yq 4.48.2

0 commit comments

Comments
 (0)