From 2f47225bf4b0e38f722a07cc35752b06883e3508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 11:22:04 +0100 Subject: [PATCH] chore(deps): update ansible/ansible-lint action to v26.1.1 (#788) 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 | patch | `v26.1.0` → `v26.1.1` | --- ### Release Notes
ansible/ansible-lint (ansible/ansible-lint) ### [`v26.1.1`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v26.1.1) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v26.1.0...v26.1.1) #### Features - feat: added exit code 8 for successfully fixed violations ([#​4674](https://redirect.github.com/ansible/ansible-lint/issues/4674)) ([#​4899](https://redirect.github.com/ansible/ansible-lint/issues/4899)) [@​Jkhall81](https://redirect.github.com/Jkhall81) #### Fixes - fix: resolve auto-fix failures and detection for short module names (… ([#​4897](https://redirect.github.com/ansible/ansible-lint/issues/4897)) [@​Jkhall81](https://redirect.github.com/Jkhall81) - fix: ensure --no-offline overrides config file precedence ([#​4845](https://redirect.github.com/ansible/ansible-lint/issues/4845)) ([#​4903](https://redirect.github.com/ansible/ansible-lint/issues/4903)) [@​Jkhall81](https://redirect.github.com/Jkhall81) - fix: pre-commit cache missing cspell updates ([#​4909](https://redirect.github.com/ansible/ansible-lint/issues/4909)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Set cryptography ceiling to match downstream requirement. ([#​4904](https://redirect.github.com/ansible/ansible-lint/issues/4904)) [@​cidrblock](https://redirect.github.com/cidrblock) - fix: almalinux missing reference in platforms array ([#​4896](https://redirect.github.com/ansible/ansible-lint/issues/4896)) [@​thelinuxracoon](https://redirect.github.com/thelinuxracoon) #### Maintenance - chore: Add renovate constraint for cryptography ([#​4911](https://redirect.github.com/ansible/ansible-lint/issues/4911)) [@​alisonlhart](https://redirect.github.com/alisonlhart)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 17cd7e9..7ed25fd 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@v26.1.0 + - uses: ansible/ansible-lint@v26.1.1 env: HCLOUD_TOKEN: ""