From 8ab2b3e3858c8d802c0aaa5661b99106ae288884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 00:32:56 +0000 Subject: [PATCH] ci: bump ansible/ansible-lint from 25.6.1 to 25.11.0 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 25.6.1 to 25.11.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v25.6.1...v25.11.0) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-version: 25.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 4574982..e44a070 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -39,7 +39,7 @@ jobs: - name: Run ansible-lint if: steps.linter-setup.conclusion == 'success' && !cancelled() - uses: ansible/ansible-lint@v25.6.1 + uses: ansible/ansible-lint@v25.11.0 with: args: "--config-file ${{ github.workspace }}/test/ansible-lint.yaml" working_directory: ${{ github.workspace }}/test