Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use lint 24.2.1 #39

Merged
merged 2 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: run ansible-lint
uses: ansible/ansible-lint@v6.22.2
uses: ansible/ansible-lint@v24.2.1
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ repos:
- id: yamllint
files: \.(yaml|yml)$
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.22.0
rev: v24.2.1
hooks:
- id: ansible-lint
files: \.(yaml|yml|j2)$
pass_filenames: false
always_run: true
additional_dependencies:
- ansible-core==2.15.6 # keep this in sync with the version from the Makefile
- ansible==8.6.0 # keep this in sync with the version from the Makefile
- ansible-compat==4.1.10 # FIXME: ITSUP-55879 ITSUP-55055 remove as soon as ansible-lint is updated
- ansible-core==2.16.4
- ansible==9.3.0
- jmespath
Loading