From f2bf609e3276962457a49e2eaffdbb956c2a94c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:15:40 +0000 Subject: [PATCH] chore(deps): update minor-grouped | datasource | package | from | to | | ------------------ | --------------------------------- | ------- | ------- | | github-tags | antonbabenko/pre-commit-terraform | v1.95.0 | v1.96.1 | | terraform-provider | hashicorp/aws | 5.67.0 | 5.68.0 | | github-tags | camunda/infraex-common-config | 1.1.0 | 1.2.2 | | github-tags | renovatebot/pre-commit-hooks | 38.80.0 | 38.93.6 | --- .github/workflows/lint.yml | 2 +- .pre-commit-config.yaml | 4 ++-- aws/ec2/terraform/config.tf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b63af9a..ac79f02 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,5 +9,5 @@ on: jobs: lint: - uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@029c5179173d1a31561827c078cdc2dee9faf8db # 1.1.0 + uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@102b2d46c2c3961ee04eb78fcf00f150d938422e # 1.2.2 secrets: inherit diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ca785f..22bc2b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: check-added-large-files - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.95.0 + rev: v1.96.1 hooks: - id: terraform_fmt - id: terraform_tflint @@ -23,7 +23,7 @@ repos: - id: shellcheck args: [--external-sources, --source-path, .github/workflows/scripts, '--exclude=SC2154,SC2034,SC1091'] - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.80.0 + rev: 38.93.6 hooks: - id: renovate-config-validator args: [--strict] diff --git a/aws/ec2/terraform/config.tf b/aws/ec2/terraform/config.tf index 9bca61b..f9d4de1 100644 --- a/aws/ec2/terraform/config.tf +++ b/aws/ec2/terraform/config.tf @@ -7,7 +7,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.67.0" + version = "5.68.0" } } }