From 493124e2c260de14cc0d7cbb973bbd85b3a439d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 06:52:08 +0000 Subject: [PATCH 1/2] Bump ansible/ansible-lint from 24.9.0 to 24.9.2 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.9.0 to 24.9.2. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.9.0...v24.9.2) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 0512bd4..ffcc23d 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout Role uses: actions/checkout@v4 - name: Run Ansible-lint - uses: ansible/ansible-lint@v24.9.0 + uses: ansible/ansible-lint@v24.9.2 test: needs: - lint From 508e5b179fd55d31d69c9e4dbab48c86ec10be80 Mon Sep 17 00:00:00 2001 From: "Shadow Walker [GH bot]" Date: Fri, 20 Sep 2024 06:53:00 +0000 Subject: [PATCH 2/2] Updated CHANGELOG.md on "2024-09-20 06:53:00" --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a01edad..f8c00bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [Unreleased](https://github.com/buluma/ansible-role-buildtools/tree/HEAD) + +[Full Changelog](https://github.com/buluma/ansible-role-buildtools/compare/24.3.31...HEAD) + +**Merged pull requests:** + +- Bump ansible/ansible-lint from 24.7.0 to 24.9.0 [\#27](https://github.com/buluma/ansible-role-buildtools/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [24.3.31](https://github.com/buluma/ansible-role-buildtools/tree/24.3.31) (2024-03-29) [Full Changelog](https://github.com/buluma/ansible-role-buildtools/compare/24.2.26...24.3.31)