From 21556ebdf118fc0a855909bfca3c20332173ec76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 17:24:07 +0100 Subject: [PATCH] chore(deps): update ansible/ansible-lint action to v26 (#784) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | action | major | `v25.12.2` → `v26.1.0` | --- ### Release Notes
ansible/ansible-lint (ansible/ansible-lint) ### [`v26.1.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v26.1.0) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.12.2...v26.1.0) #### Fixes - fix: implement precise filtering for bracketed sub-tags ([#​4892](https://redirect.github.com/ansible/ansible-lint/issues/4892)) [@​Jkhall81](https://redirect.github.com/Jkhall81) - fix: avoid unnecessary creation of .ansible folders ([#​4894](https://redirect.github.com/ansible/ansible-lint/issues/4894)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - fix: refactor RulesCollection to always require app argument ([#​4891](https://redirect.github.com/ansible/ansible-lint/issues/4891)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - fix: anchor kind discovery to project root ([#​4763](https://redirect.github.com/ansible/ansible-lint/issues/4763)) ([#​4889](https://redirect.github.com/ansible/ansible-lint/issues/4889)) [@​Jkhall81](https://redirect.github.com/Jkhall81) - fix: avoid creating cache directory when listing version ([#​4865](https://redirect.github.com/ansible/ansible-lint/issues/4865)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - fix: ensure exclude\_paths are honored for unparseable files ([#​4886](https://redirect.github.com/ansible/ansible-lint/issues/4886)) [@​Jkhall81](https://redirect.github.com/Jkhall81) - fix: avoid use of pathspec 1.0.0 until yamllint is updated ([#​4887](https://redirect.github.com/ansible/ansible-lint/issues/4887)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - fix: allow valid tabs in lineinfile nested in blocks ([#​4719](https://redirect.github.com/ansible/ansible-lint/issues/4719)) ([#​4881](https://redirect.github.com/ansible/ansible-lint/issues/4881)) [@​Jkhall81](https://redirect.github.com/Jkhall81) - fix: update documentation to clarify requirement to run from project … ([#​4885](https://redirect.github.com/ansible/ansible-lint/issues/4885)) [@​Jkhall81](https://redirect.github.com/Jkhall81) - fix: replace hardcoded /tmp path with secure temp directory (CWE… ([#​4878](https://redirect.github.com/ansible/ansible-lint/issues/4878)) [@​Jkhall81](https://redirect.github.com/Jkhall81) - fix: handle missing keys in \_parse\_failed\_msg to prevent KeyError ([#​4879](https://redirect.github.com/ansible/ansible-lint/issues/4879)) [@​Jkhall81](https://redirect.github.com/Jkhall81) - fix: add argument\_specs to meta schema ([#​4762](https://redirect.github.com/ansible/ansible-lint/issues/4762)) ([#​4880](https://redirect.github.com/ansible/ansible-lint/issues/4880)) [@​Jkhall81](https://redirect.github.com/Jkhall81) - fix: retire -p/--parseable option ([#​4884](https://redirect.github.com/ansible/ansible-lint/issues/4884)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - fix: correct partial-become rule documentation comments ([#​4876](https://redirect.github.com/ansible/ansible-lint/issues/4876)) [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) #### Maintenance - chore: add almalinux platform to meta schemas ([#​4893](https://redirect.github.com/ansible/ansible-lint/issues/4893)) [@​thelinuxracoon](https://redirect.github.com/thelinuxracoon) - chore: refactor testing code to reduce use of get\_app() ([#​4890](https://redirect.github.com/ansible/ansible-lint/issues/4890)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - chore(deps): update all dependencies ([#​4877](https://redirect.github.com/ansible/ansible-lint/issues/4877)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 309e754..17cd7e9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,6 +29,6 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: ansible/ansible-lint@v25.12.2 + - uses: ansible/ansible-lint@v26.1.0 env: HCLOUD_TOKEN: ""