From 80a5bf623a141366c9009d91fea04b07d642b84c Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 15:32:59 +0000 Subject: [PATCH] Merge pull request #707 from gravesm/linting-fix (#708) [PR #707/874fbfed backport][stable-3] Update ansible-lint GHA This is a backport of PR #707 as merged into main (874fbfe). SUMMARY There seems to be a bug in older versions of ansible-lint where pinning to a version for the GHA still installs the main branch. See ansible/ansible-lint#3762 for more info. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mike Graves --- .github/workflows/linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 9dd7f0e006..33c819d59c 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -21,4 +21,4 @@ jobs: - uses: actions/checkout@v4 - name: Run ansible-lint - uses: ansible/ansible-lint@v6.21.0 + uses: ansible/ansible-lint@v24.2.3