Skip to content

Commit 3e4f9ad

Browse files
chore(deps): update minor-grouped
| datasource | package | from | to | | --------------- | ----------------------------- | -------- | -------- | | github-tags | camunda/infraex-common-config | 1.5.9 | 1.6.0 | | github-releases | casey/just | 1.49.0 | 1.50.0 | | github-tags | pre-commit/pre-commit | 4.5.1 | 4.6.0 | | github-tags | renovatebot/pre-commit-hooks | 43.129.0 | 43.141.2 |
1 parent 5f930b8 commit 3e4f9ad

8 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/build-images.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8787

8888
- name: Install asdf tools with cache
89-
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
89+
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
9090

9191
- name: Import secrets
9292
uses: hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4.0
@@ -211,7 +211,7 @@ jobs:
211211
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
212212

213213
- name: Install asdf tools with cache
214-
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
214+
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
215215

216216
- name: Set Keycloak Image Name
217217
id: set-keycloak-image-name
@@ -309,7 +309,7 @@ jobs:
309309
libreadline-dev tk tk-dev
310310
311311
- name: Install asdf tools with cache
312-
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
312+
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
313313

314314
- name: Set Keycloak Image Name
315315
id: set-keycloak-image-name
@@ -582,7 +582,7 @@ jobs:
582582
buildx-install: true
583583

584584
- name: Install asdf tools with cache
585-
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
585+
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
586586

587587
- name: Import secrets
588588
uses: hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4.0
@@ -783,7 +783,7 @@ jobs:
783783
steps:
784784
- name: Notify in Slack in case of failure
785785
id: slack-notification
786-
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
786+
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
787787
with:
788788
vault_addr: ${{ secrets.VAULT_ADDR }}
789789
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}

.github/workflows/internal_global_pr_todo_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ concurrency:
1616

1717
jobs:
1818
call-todo-checker:
19-
uses: camunda/infraex-common-config/.github/workflows/todo-checker-global.yml@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
19+
uses: camunda/infraex-common-config/.github/workflows/todo-checker-global.yml@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
2020
secrets: inherit

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Notify in Slack in case of failure
4747
id: slack-notification
4848
if: failure() && github.event_name == 'schedule'
49-
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
49+
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
5050
with:
5151
vault_addr: ${{ secrets.VAULT_ADDR }}
5252
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ on:
99

1010
jobs:
1111
lint:
12-
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
12+
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
1313
secrets: inherit

.github/workflows/release-keycloak-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
steps:
146146
- name: Notify in Slack in case of failure
147147
id: slack-notification
148-
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
148+
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
149149
with:
150150
vault_addr: ${{ secrets.VAULT_ADDR }}
151151
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}

.github/workflows/renovate-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ concurrency:
1616

1717
jobs:
1818
renovate-automerge:
19-
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
19+
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
2020
secrets: inherit

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/camunda/infraex-common-config
4-
rev: 1.5.9 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
4+
rev: 1.6.0 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
55
hooks:
66
- id: update-action-readmes-docker
77

@@ -28,7 +28,7 @@ repos:
2828
- id: actionlint-docker
2929

3030
- repo: https://github.com/renovatebot/pre-commit-hooks
31-
rev: 43.129.0
31+
rev: 43.141.2
3232
hooks:
3333
- id: renovate-config-validator
3434
args: [--strict]

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
awscli 2.34.32
1717

18-
just 1.49.0
18+
just 1.50.0
1919

20-
pre-commit 4.5.1
20+
pre-commit 4.6.0
2121

2222
python 3.14.4
2323

0 commit comments

Comments
 (0)