Skip to content

Commit 9550e23

Browse files
chore(deps): update patch-grouped (#66)
| datasource | package | from | to | | --------------- | ----------------------------- | ------- | ------- | | github-tags | aws/aws-cli | 2.22.12 | 2.22.17 | | github-tags | camunda/infraex-common-config | 1.2.7 | 1.2.8 | | github-releases | hashicorp/terraform | 1.10.1 | 1.10.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7bd4220 commit 9550e23

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/aws_ec2_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
steps:
194194
- name: Notify in Slack in case of failure
195195
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
197197
with:
198198
vault_addr: ${{ secrets.VAULT_ADDR }}
199199
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@d809dbc4cd95c04cb3a00fc043aa31ef6b590515 # 1.2.7
12+
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8
1313
secrets: inherit

.github/workflows/renovate-automerge.yml

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

1212
jobs:
1313
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
1515
secrets: inherit

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
55
- 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
77
hooks:
88
- id: update-action-readmes-docker
99

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# #
1010
################################################################################
1111

12-
awscli 2.22.12
12+
awscli 2.22.17
1313

1414
# renovate: datasource=github-tags depName=rhysd/actionlint
1515
actionlint 1.7.4
@@ -28,7 +28,7 @@ python 3.13.1
2828

2929
shellcheck 0.10.0
3030

31-
terraform 1.10.1
31+
terraform 1.10.2
3232

3333
terraform-docs 0.19.0
3434

0 commit comments

Comments
 (0)