Skip to content

Commit

Permalink
Merge pull request #707 from gravesm/linting-fix (#708)
Browse files Browse the repository at this point in the history
[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 <mgraves@redhat.com>
  • Loading branch information
patchback[bot] committed May 8, 2024
1 parent 8f65355 commit 80a5bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Expand Up @@ -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

0 comments on commit 80a5bf6

Please sign in to comment.