From 14bd7b23f3a02661e1e12c4835aab472c2118132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 22:22:30 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 3 updates Bumps the pre-commit-hooks group with 3 updates: [https://github.com/rhysd/actionlint](https://github.com/rhysd/actionlint), [https://github.com/ansible/ansible-lint](https://github.com/ansible/ansible-lint) and [https://github.com/adrienverge/yamllint](https://github.com/adrienverge/yamllint). Updates `https://github.com/rhysd/actionlint` from v1.7.7 to 1.7.11 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhysd/actionlint/compare/v1.7.7...v1.7.11) Updates `https://github.com/ansible/ansible-lint` from v25.5.0 to 26.1.1 - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v25.5.0...v26.1.1) Updates `https://github.com/adrienverge/yamllint` from v1.37.1 to 1.38.0 - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.37.1...v1.38.0) --- updated-dependencies: - dependency-name: https://github.com/rhysd/actionlint dependency-version: 1.7.11 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/ansible/ansible-lint dependency-version: 26.1.1 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/adrienverge/yamllint dependency-version: 1.38.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 61a5e15..b5cfbf0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: files: \.(yml|yaml)$ args: ["--write"] - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.11 hooks: - id: actionlint name: actionlint @@ -50,7 +50,7 @@ repos: args: ["-oneline", "-shellcheck", "shellcheck -S error"] stages: [manual] - repo: https://github.com/ansible/ansible-lint - rev: v25.5.0 + rev: v26.1.1 hooks: - id: ansible-lint name: ansible-lint @@ -63,7 +63,7 @@ repos: args: ["-p"] stages: [manual] - repo: https://github.com/adrienverge/yamllint - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - id: yamllint