From 38e8cec1e415119426ae26bd89d8293dc948a385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 13:32:45 +0100 Subject: [PATCH] chore(deps): update ansible/ansible-lint action to v25.12.1 (#764) 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 | `v25.12.0` -> `v25.12.1` | --- ### Release Notes
ansible/ansible-lint (ansible/ansible-lint) ### [`v25.12.1`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.12.1) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.12.0...v25.12.1) #### Features - feat(action): Allow users to override python\_version ([#​4829](https://redirect.github.com/ansible/ansible-lint/issues/4829)) [@​konstruktoid](https://redirect.github.com/konstruktoid) #### Fixes - fix: avoid stacktrace when ansible syntax check does not return filename ([#​4864](https://redirect.github.com/ansible/ansible-lint/issues/4864)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - fix: change setup-python action to specific commit ([#​4856](https://redirect.github.com/ansible/ansible-lint/issues/4856)) [@​arcanis](https://redirect.github.com/arcanis) - fix: autofix comments missing space after hash ([#​4855](https://redirect.github.com/ansible/ansible-lint/issues/4855)) [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) #### Maintenance - chore(deps): update all dependencies ([#​4863](https://redirect.github.com/ansible/ansible-lint/issues/4863)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore: pre-commit autoupdate ([#​4859](https://redirect.github.com/ansible/ansible-lint/issues/4859)) @​[pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci) - chore: adopt pytest>=9.0.0 config ([#​4861](https://redirect.github.com/ansible/ansible-lint/issues/4861)) [@​Qalthos](https://redirect.github.com/Qalthos) - chore(deps): update all dependencies ([#​4852](https://redirect.github.com/ansible/ansible-lint/issues/4852)) @​[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**: 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 75e5a99..a577759 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.0 + - uses: ansible/ansible-lint@v25.12.1 env: HCLOUD_TOKEN: ""