chore(deps): update ansible/ansible-lint action to v25.6.0 #12

Merged
CSRBot merged 1 commits from renovate/actions into master 2025-06-18 08:42:25 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ansible/ansible-lint action minor v25.5.0 -> v25.6.0

Release Notes

ansible/ansible-lint (ansible/ansible-lint)

v25.6.0

Compare Source

Enhancements

Bugfixes

Maintenance


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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://github.com/ansible/ansible-lint) | action | minor | `v25.5.0` -> `v25.6.0` | --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.6.0`](https://github.com/ansible/ansible-lint/releases/tag/v25.6.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v25.5.0...v25.6.0) #### Enhancements - Add skip option to ansible-lint-ignore file ([#&#8203;4614](https://github.com/ansible/ansible-lint/issues/4614)) [@&#8203;ianw](https://github.com/ianw) - Adding rule to require unique task names ([#&#8203;4628](https://github.com/ansible/ansible-lint/issues/4628)) [@&#8203;djdanielsson](https://github.com/djdanielsson) #### Bugfixes - Update format of license in packaging metadata ([#&#8203;4641](https://github.com/ansible/ansible-lint/issues/4641)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add noqa skips in otherwise empty lines to the next non-empty line ([#&#8203;4567](https://github.com/ansible/ansible-lint/issues/4567)) [@&#8203;StopMotionCuber](https://github.com/StopMotionCuber) - Address too many values to unpack when there's subdirectories for roles ([#&#8203;4566](https://github.com/ansible/ansible-lint/issues/4566)) [@&#8203;tombosmansibm](https://github.com/tombosmansibm) - Don't pass deprecated disable_lookups to template function ([#&#8203;4593](https://github.com/ansible/ansible-lint/issues/4593)) [@&#8203;leegarrett](https://github.com/leegarrett) - Allow running with read-only virtualenvs ([#&#8203;4529](https://github.com/ansible/ansible-lint/issues/4529)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Make utils.is_playbook support fqcn import_playbook ([#&#8203;4580](https://github.com/ansible/ansible-lint/issues/4580)) [@&#8203;OscarBell](https://github.com/OscarBell) - Fix inline-env-var false positive when expand_argument_vars is used ([#&#8203;4587](https://github.com/ansible/ansible-lint/issues/4587)) [@&#8203;rob4226](https://github.com/rob4226) - Package Latest: Ignore Blocks When Download Only ([#&#8203;4575](https://github.com/ansible/ansible-lint/issues/4575)) [@&#8203;amayer5125](https://github.com/amayer5125) - Improve diagnostic message when failing to load yaml files ([#&#8203;4627](https://github.com/ansible/ansible-lint/issues/4627)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add vSphere/vCenter 8.0 to schema ([#&#8203;4619](https://github.com/ansible/ansible-lint/issues/4619)) [@&#8203;mreams13](https://github.com/mreams13) - Add workaround to check for mutually exclusive args ([#&#8203;4624](https://github.com/ansible/ansible-lint/issues/4624)) [@&#8203;shoeffner](https://github.com/shoeffner) - Adding support for OpenWrt 24.10 ([#&#8203;4617](https://github.com/ansible/ansible-lint/issues/4617)) [@&#8203;sscheib](https://github.com/sscheib) #### Maintenance - Update linters ([#&#8203;4640](https://github.com/ansible/ansible-lint/issues/4640)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Remove use of PYTEST_REQPASS ([#&#8203;4636](https://github.com/ansible/ansible-lint/issues/4636)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - gha: avoid build warning on jobs not producing coverage ([#&#8203;4635](https://github.com/ansible/ansible-lint/issues/4635)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Bump the dependencies group in /.config with 5 updates ([#&#8203;4634](https://github.com/ansible/ansible-lint/issues/4634)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - docs(no-log-password): point out the opt-in nature of the rule ([#&#8203;4590](https://github.com/ansible/ansible-lint/issues/4590)) [@&#8203;Silejonu](https://github.com/Silejonu) - Enable ack workflow to trigger on merge_groups ([#&#8203;4633](https://github.com/ansible/ansible-lint/issues/4633)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Test alternative configuration for merge_group ([#&#8203;4630](https://github.com/ansible/ansible-lint/issues/4630)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Measure coverage using branch instead of lines ([#&#8203;4629](https://github.com/ansible/ansible-lint/issues/4629)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - chore: pre-commit autoupdate ([#&#8203;4621](https://github.com/ansible/ansible-lint/issues/4621)) @&#8203;[pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci) - Bump the dependencies group in /.config with 3 updates ([#&#8203;4626](https://github.com/ansible/ansible-lint/issues/4626)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - Adopt coactions/upload-artifact ([#&#8203;4622](https://github.com/ansible/ansible-lint/issues/4622)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Bump ruamel to 0.18.11 ([#&#8203;4618](https://github.com/ansible/ansible-lint/issues/4618)) [@&#8203;ianw](https://github.com/ianw) </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iXX0=-->
CSRBot added 1 commit 2025-06-17 21:00:57 +02:00
chore(deps): update ansible/ansible-lint action to v25.6.0
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Ansible Linter / ansible-lint (pull_request) Successful in 40s
Lint Markdown files / markdown-lint (push) Successful in 10s
Ansible Linter / ansible-lint (push) Successful in 29s
bab2f1367b
CSRBot merged commit bab2f1367b into master 2025-06-18 08:42:25 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/ansible-role-git#12
No description provided.