From 0bd6ae2ea5ace775ea7707a586f778e5f8f8edaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 07:01:48 +0000 Subject: [PATCH] Bump ansible/ansible-lint from 25.9.0 to 25.9.2 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 25.9.0 to 25.9.2. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v25.9.0...v25.9.2) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-version: 25.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index bda030f..17bf69c 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -21,7 +21,7 @@ jobs: python-version: "3.x" - name: Run ansible-lint - uses: ansible/ansible-lint@v25.9.0 + uses: ansible/ansible-lint@v25.9.2 with: args: "--sarif-file gh-ansible-lint-results.sarif --exclude molecule"