1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

chore(deps): update ansible/ansible-lint action to v26 (#784)

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

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`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
([#&#8203;4892](https://redirect.github.com/ansible/ansible-lint/issues/4892))
[@&#8203;Jkhall81](https://redirect.github.com/Jkhall81)
- fix: avoid unnecessary creation of .ansible folders
([#&#8203;4894](https://redirect.github.com/ansible/ansible-lint/issues/4894))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- fix: refactor RulesCollection to always require app argument
([#&#8203;4891](https://redirect.github.com/ansible/ansible-lint/issues/4891))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- fix: anchor kind discovery to project root
([#&#8203;4763](https://redirect.github.com/ansible/ansible-lint/issues/4763))
([#&#8203;4889](https://redirect.github.com/ansible/ansible-lint/issues/4889))
[@&#8203;Jkhall81](https://redirect.github.com/Jkhall81)
- fix: avoid creating cache directory when listing version
([#&#8203;4865](https://redirect.github.com/ansible/ansible-lint/issues/4865))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- fix: ensure exclude\_paths are honored for unparseable files
([#&#8203;4886](https://redirect.github.com/ansible/ansible-lint/issues/4886))
[@&#8203;Jkhall81](https://redirect.github.com/Jkhall81)
- fix: avoid use of pathspec 1.0.0 until yamllint is updated
([#&#8203;4887](https://redirect.github.com/ansible/ansible-lint/issues/4887))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- fix: allow valid tabs in lineinfile nested in blocks
([#&#8203;4719](https://redirect.github.com/ansible/ansible-lint/issues/4719))
([#&#8203;4881](https://redirect.github.com/ansible/ansible-lint/issues/4881))
[@&#8203;Jkhall81](https://redirect.github.com/Jkhall81)
- fix: update documentation to clarify requirement to run from project …
([#&#8203;4885](https://redirect.github.com/ansible/ansible-lint/issues/4885))
[@&#8203;Jkhall81](https://redirect.github.com/Jkhall81)
- fix: replace hardcoded /tmp path with secure temp directory (CWE…
([#&#8203;4878](https://redirect.github.com/ansible/ansible-lint/issues/4878))
[@&#8203;Jkhall81](https://redirect.github.com/Jkhall81)
- fix: handle missing keys in \_parse\_failed\_msg to prevent KeyError
([#&#8203;4879](https://redirect.github.com/ansible/ansible-lint/issues/4879))
[@&#8203;Jkhall81](https://redirect.github.com/Jkhall81)
- fix: add argument\_specs to meta schema
([#&#8203;4762](https://redirect.github.com/ansible/ansible-lint/issues/4762))
([#&#8203;4880](https://redirect.github.com/ansible/ansible-lint/issues/4880))
[@&#8203;Jkhall81](https://redirect.github.com/Jkhall81)
- fix: retire -p/--parseable option
([#&#8203;4884](https://redirect.github.com/ansible/ansible-lint/issues/4884))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- fix: correct partial-become rule documentation comments
([#&#8203;4876](https://redirect.github.com/ansible/ansible-lint/issues/4876))
[@&#8203;emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman)

#### Maintenance

- chore: add almalinux platform to meta schemas
([#&#8203;4893](https://redirect.github.com/ansible/ansible-lint/issues/4893))
[@&#8203;thelinuxracoon](https://redirect.github.com/thelinuxracoon)
- chore: refactor testing code to reduce use of get\_app()
([#&#8203;4890](https://redirect.github.com/ansible/ansible-lint/issues/4890))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- chore(deps): update all dependencies
([#&#8203;4877](https://redirect.github.com/ansible/ansible-lint/issues/4877))
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-01-15 17:24:07 +01:00 committed by GitHub
parent 4e1aa2de2f
commit 21556ebdf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: ""