File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193
193
steps :
194
194
- name : Notify in Slack in case of failure
195
195
id : slack-notification
196
- uses : camunda/infraex-common-config/.github/actions/report-failure-on-slack@d809dbc4cd95c04cb3a00fc043aa31ef6b590515 # 1.2.7
196
+ uses : camunda/infraex-common-config/.github/actions/report-failure-on-slack@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8
197
197
with :
198
198
vault_addr : ${{ secrets.VAULT_ADDR }}
199
199
vault_role_id : ${{ secrets.VAULT_ROLE_ID }}
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
lint :
12
- uses : camunda/infraex-common-config/.github/workflows/lint-global.yml@d809dbc4cd95c04cb3a00fc043aa31ef6b590515 # 1.2.7
12
+ uses : camunda/infraex-common-config/.github/workflows/lint-global.yml@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8
13
13
secrets : inherit
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ concurrency:
11
11
12
12
jobs :
13
13
renovate-automerge :
14
- uses : camunda/infraex-common-config/.github/workflows/automerge-global.yml@d809dbc4cd95c04cb3a00fc043aa31ef6b590515 # 1.2.7
14
+ uses : camunda/infraex-common-config/.github/workflows/automerge-global.yml@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8
15
15
secrets : inherit
Original file line number Diff line number Diff line change 3
3
# See https://pre-commit.com/hooks.html for more hooks
4
4
repos :
5
5
- repo : https://github.com/camunda/infraex-common-config
6
- rev : 1.2.7 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
6
+ rev : 1.2.8 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
7
7
hooks :
8
8
- id : update-action-readmes-docker
9
9
Original file line number Diff line number Diff line change 9
9
# #
10
10
################################################################################
11
11
12
- awscli 2.22.12
12
+ awscli 2.22.17
13
13
14
14
# renovate: datasource=github-tags depName=rhysd/actionlint
15
15
actionlint 1.7.4
@@ -28,7 +28,7 @@ python 3.13.1
28
28
29
29
shellcheck 0.10.0
30
30
31
- terraform 1.10.1
31
+ terraform 1.10.2
32
32
33
33
terraform-docs 0.19.0
34
34
You can’t perform that action at this time.
0 commit comments