diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e876c49f..47288071 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: ["--maxkb=1024"] @@ -21,6 +21,6 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.67.2 + rev: 39.7.0 hooks: - id: renovate-config-validator diff --git a/repo_templates/common/repo_files/.env b/repo_templates/common/repo_files/.env index 7e27ccd5..a394d604 100644 --- a/repo_templates/common/repo_files/.env +++ b/repo_templates/common/repo_files/.env @@ -1,3 +1,3 @@ BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness # renovate: datasource=github-tags depName=defenseunicorns/build-harness -BUILD_HARNESS_VERSION=2.0.38 +BUILD_HARNESS_VERSION=2.0.44 diff --git a/repo_templates/terraform/repo_files/init_repo/.env b/repo_templates/terraform/repo_files/init_repo/.env index 7e27ccd5..a394d604 100644 --- a/repo_templates/terraform/repo_files/init_repo/.env +++ b/repo_templates/terraform/repo_files/init_repo/.env @@ -1,3 +1,3 @@ BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness # renovate: datasource=github-tags depName=defenseunicorns/build-harness -BUILD_HARNESS_VERSION=2.0.38 +BUILD_HARNESS_VERSION=2.0.44 diff --git a/repo_templates/terraform/repo_files/init_repo/.pre-commit-config.yaml b/repo_templates/terraform/repo_files/init_repo/.pre-commit-config.yaml index add5912d..40badf20 100644 --- a/repo_templates/terraform/repo_files/init_repo/.pre-commit-config.yaml +++ b/repo_templates/terraform/repo_files/init_repo/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: ["--maxkb=1024"] @@ -30,7 +30,7 @@ repos: - "--verbose" - "--allow-parallel-runners" - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.94.1 + rev: v1.96.2 hooks: - id: terraform_fmt args: @@ -40,7 +40,7 @@ repos: - --args=--config=__GIT_WORKING_DIR__/.tflint.hcl - --hook-config=--tf-path=tofu - repo: https://github.com/tofuutils/pre-commit-opentofu - rev: v1.0.3 # Get the latest from: https://github.com/tofuutils/pre-commit-opentofu/releases + rev: v2.1.0 # Get the latest from: https://github.com/tofuutils/pre-commit-opentofu/releases hooks: - id: tofu_docs args: @@ -52,6 +52,6 @@ repos: args: - --args=--config-file __GIT_WORKING_DIR__/.checkov.yml - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.67.2 + rev: 39.7.0 hooks: - id: renovate-config-validator diff --git a/repo_templates/terraform/repo_files/tofu_migration/.pre-commit-config.yaml b/repo_templates/terraform/repo_files/tofu_migration/.pre-commit-config.yaml index 90cc7763..cadd9000 100644 --- a/repo_templates/terraform/repo_files/tofu_migration/.pre-commit-config.yaml +++ b/repo_templates/terraform/repo_files/tofu_migration/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: ["--maxkb=1024"] @@ -31,7 +31,7 @@ repos: - "--verbose" - "--allow-parallel-runners" - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.94.1 + rev: v1.96.2 hooks: - id: terraform_fmt args: @@ -41,7 +41,7 @@ repos: - --args=--config=__GIT_WORKING_DIR__/.tflint.hcl - --hook-config=--tf-path=tofu - repo: https://github.com/tofuutils/pre-commit-opentofu - rev: v1.0.3 # Get the latest from: https://github.com/tofuutils/pre-commit-opentofu/releases + rev: v2.1.0 # Get the latest from: https://github.com/tofuutils/pre-commit-opentofu/releases hooks: - id: tofu_docs args: @@ -53,6 +53,6 @@ repos: args: - --args=--config-file __GIT_WORKING_DIR__/.checkov.yml - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.67.2 + rev: 39.7.0 hooks: - id: renovate-config-validator