Update https://github.com/ansible/ansible-lint action to v26 #63

Merged
june merged 1 commit from renovate/https-github.com-ansible-ansible-lint-26.x into main 2026-01-18 04:19:49 +01:00
Member

This PR contains the following updates:

Package Type Update Change
https://github.com/ansible/ansible-lint action major v25.12.2v26.1.1

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ansible/ansible-lint (https://github.com/ansible/ansible-lint)

v26.1.1

Compare Source

Features

Fixes

Maintenance

v26.1.0

Compare Source

Fixes

Maintenance


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 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://github.com/ansible/ansible-lint](https://github.com/ansible/ansible-lint) | action | major | `v25.12.2` → `v26.1.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ansible/ansible-lint (https://github.com/ansible/ansible-lint)</summary> ### [`v26.1.1`](https://github.com/ansible/ansible-lint/releases/tag/v26.1.1) [Compare Source](https://github.com/ansible/ansible-lint/compare/v26.1.0...v26.1.1) #### Features - feat: added exit code 8 for successfully fixed violations ([#&#8203;4674](https://github.com/ansible/ansible-lint/issues/4674)) ([#&#8203;4899](https://github.com/ansible/ansible-lint/issues/4899)) [@&#8203;Jkhall81](https://github.com/Jkhall81) #### Fixes - fix: resolve auto-fix failures and detection for short module names (… ([#&#8203;4897](https://github.com/ansible/ansible-lint/issues/4897)) [@&#8203;Jkhall81](https://github.com/Jkhall81) - fix: ensure --no-offline overrides config file precedence ([#&#8203;4845](https://github.com/ansible/ansible-lint/issues/4845)) ([#&#8203;4903](https://github.com/ansible/ansible-lint/issues/4903)) [@&#8203;Jkhall81](https://github.com/Jkhall81) - fix: pre-commit cache missing cspell updates ([#&#8203;4909](https://github.com/ansible/ansible-lint/issues/4909)) [@&#8203;alisonlhart](https://github.com/alisonlhart) - Set cryptography ceiling to match downstream requirement. ([#&#8203;4904](https://github.com/ansible/ansible-lint/issues/4904)) [@&#8203;cidrblock](https://github.com/cidrblock) - fix: almalinux missing reference in platforms array ([#&#8203;4896](https://github.com/ansible/ansible-lint/issues/4896)) [@&#8203;thelinuxracoon](https://github.com/thelinuxracoon) #### Maintenance - chore: Add renovate constraint for cryptography ([#&#8203;4911](https://github.com/ansible/ansible-lint/issues/4911)) [@&#8203;alisonlhart](https://github.com/alisonlhart) ### [`v26.1.0`](https://github.com/ansible/ansible-lint/releases/tag/v26.1.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.12.2...v26.1.0) #### Fixes - fix: implement precise filtering for bracketed sub-tags ([#&#8203;4892](https://github.com/ansible/ansible-lint/issues/4892)) [@&#8203;Jkhall81](https://github.com/Jkhall81) - fix: avoid unnecessary creation of .ansible folders ([#&#8203;4894](https://github.com/ansible/ansible-lint/issues/4894)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - fix: refactor RulesCollection to always require app argument ([#&#8203;4891](https://github.com/ansible/ansible-lint/issues/4891)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - fix: anchor kind discovery to project root ([#&#8203;4763](https://github.com/ansible/ansible-lint/issues/4763)) ([#&#8203;4889](https://github.com/ansible/ansible-lint/issues/4889)) [@&#8203;Jkhall81](https://github.com/Jkhall81) - fix: avoid creating cache directory when listing version ([#&#8203;4865](https://github.com/ansible/ansible-lint/issues/4865)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - fix: ensure exclude\_paths are honored for unparseable files ([#&#8203;4886](https://github.com/ansible/ansible-lint/issues/4886)) [@&#8203;Jkhall81](https://github.com/Jkhall81) - fix: avoid use of pathspec 1.0.0 until yamllint is updated ([#&#8203;4887](https://github.com/ansible/ansible-lint/issues/4887)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - fix: allow valid tabs in lineinfile nested in blocks ([#&#8203;4719](https://github.com/ansible/ansible-lint/issues/4719)) ([#&#8203;4881](https://github.com/ansible/ansible-lint/issues/4881)) [@&#8203;Jkhall81](https://github.com/Jkhall81) - fix: update documentation to clarify requirement to run from project … ([#&#8203;4885](https://github.com/ansible/ansible-lint/issues/4885)) [@&#8203;Jkhall81](https://github.com/Jkhall81) - fix: replace hardcoded /tmp path with secure temp directory (CWE… ([#&#8203;4878](https://github.com/ansible/ansible-lint/issues/4878)) [@&#8203;Jkhall81](https://github.com/Jkhall81) - fix: handle missing keys in \_parse\_failed\_msg to prevent KeyError ([#&#8203;4879](https://github.com/ansible/ansible-lint/issues/4879)) [@&#8203;Jkhall81](https://github.com/Jkhall81) - fix: add argument\_specs to meta schema ([#&#8203;4762](https://github.com/ansible/ansible-lint/issues/4762)) ([#&#8203;4880](https://github.com/ansible/ansible-lint/issues/4880)) [@&#8203;Jkhall81](https://github.com/Jkhall81) - fix: retire -p/--parseable option ([#&#8203;4884](https://github.com/ansible/ansible-lint/issues/4884)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - fix: correct partial-become rule documentation comments ([#&#8203;4876](https://github.com/ansible/ansible-lint/issues/4876)) [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) #### Maintenance - chore: add almalinux platform to meta schemas ([#&#8203;4893](https://github.com/ansible/ansible-lint/issues/4893)) [@&#8203;thelinuxracoon](https://github.com/thelinuxracoon) - chore: refactor testing code to reduce use of get\_app() ([#&#8203;4890](https://github.com/ansible/ansible-lint/issues/4890)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - chore(deps): update all dependencies ([#&#8203;4877](https://github.com/ansible/ansible-lint/issues/4877)) @&#8203;[renovate\[bot\]](https://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 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC40IiwidXBkYXRlZEluVmVyIjoiNDIuODQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
Update https://github.com/ansible/ansible-lint action to v26
All checks were successful
/ Ansible Lint (push) Successful in 2m8s
/ Ansible Lint (pull_request) Successful in 2m10s
303624210e
renovate force-pushed renovate/https-github.com-ansible-ansible-lint-26.x from 303624210e
All checks were successful
/ Ansible Lint (push) Successful in 2m8s
/ Ansible Lint (pull_request) Successful in 2m10s
to 174e3b82c3
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m24s
/ Ansible Lint (push) Successful in 2m28s
2026-01-09 03:15:56 +01:00
Compare
renovate force-pushed renovate/https-github.com-ansible-ansible-lint-26.x from 174e3b82c3
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m24s
/ Ansible Lint (push) Successful in 2m28s
to d3bb17157c
All checks were successful
/ Ansible Lint (push) Successful in 2m27s
/ Ansible Lint (pull_request) Successful in 2m29s
2026-01-12 03:17:54 +01:00
Compare
renovate force-pushed renovate/https-github.com-ansible-ansible-lint-26.x from d3bb17157c
All checks were successful
/ Ansible Lint (push) Successful in 2m27s
/ Ansible Lint (pull_request) Successful in 2m29s
to a6ff873ec2
All checks were successful
/ Ansible Lint (push) Successful in 2m24s
/ Ansible Lint (pull_request) Successful in 2m12s
2026-01-12 03:30:56 +01:00
Compare
renovate force-pushed renovate/https-github.com-ansible-ansible-lint-26.x from a6ff873ec2
All checks were successful
/ Ansible Lint (push) Successful in 2m24s
/ Ansible Lint (pull_request) Successful in 2m12s
to 6db21ad3c9
All checks were successful
/ Ansible Lint (push) Successful in 2m26s
/ Ansible Lint (pull_request) Successful in 1m56s
2026-01-12 03:45:40 +01:00
Compare
renovate force-pushed renovate/https-github.com-ansible-ansible-lint-26.x from 6db21ad3c9
All checks were successful
/ Ansible Lint (push) Successful in 2m26s
/ Ansible Lint (pull_request) Successful in 1m56s
to 2a88d754e9
All checks were successful
/ Ansible Lint (push) Successful in 2m49s
/ Ansible Lint (pull_request) Successful in 2m47s
2026-01-13 01:00:51 +01:00
Compare
renovate force-pushed renovate/https-github.com-ansible-ansible-lint-26.x from 2a88d754e9
All checks were successful
/ Ansible Lint (push) Successful in 2m49s
/ Ansible Lint (pull_request) Successful in 2m47s
to 5b68e2edbe
All checks were successful
/ Ansible Lint (push) Successful in 2m25s
/ Ansible Lint (pull_request) Successful in 2m22s
2026-01-13 02:30:46 +01:00
Compare
renovate force-pushed renovate/https-github.com-ansible-ansible-lint-26.x from 5b68e2edbe
All checks were successful
/ Ansible Lint (push) Successful in 2m25s
/ Ansible Lint (pull_request) Successful in 2m22s
to f78caf2814
All checks were successful
/ Ansible Lint (push) Successful in 2m26s
/ Ansible Lint (pull_request) Successful in 2m8s
2026-01-13 03:45:48 +01:00
Compare
renovate force-pushed renovate/https-github.com-ansible-ansible-lint-26.x from f78caf2814
All checks were successful
/ Ansible Lint (push) Successful in 2m26s
/ Ansible Lint (pull_request) Successful in 2m8s
to 195b8092f7
All checks were successful
/ Ansible Lint (push) Successful in 2m36s
/ Ansible Lint (pull_request) Successful in 2m36s
2026-01-13 04:00:47 +01:00
Compare
renovate force-pushed renovate/https-github.com-ansible-ansible-lint-26.x from 195b8092f7
All checks were successful
/ Ansible Lint (push) Successful in 2m36s
/ Ansible Lint (pull_request) Successful in 2m36s
to d67d88d60e
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m13s
/ Ansible Lint (push) Successful in 2m16s
2026-01-13 17:00:50 +01:00
Compare
renovate force-pushed renovate/https-github.com-ansible-ansible-lint-26.x from d67d88d60e
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m13s
/ Ansible Lint (push) Successful in 2m16s
to 744dc00ae5
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m26s
/ Ansible Lint (push) Successful in 1m57s
2026-01-18 04:01:37 +01:00
Compare
june merged commit 744dc00ae5 into main 2026-01-18 04:19:49 +01:00
june deleted branch renovate/https-github.com-ansible-ansible-lint-26.x 2026-01-18 04:19:49 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
CCCHH/ansible-infra!63
No description provided.