pin ansible-lint (action) to a specific version to avoid random breakage
ansible-lint just broke for our repo, therefore pin it to a specific version to avoid that.
This commit is contained in:
parent
e6d6d9eed0
commit
e22d29a75c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
# work in our environmnet.
|
# work in our environmnet.
|
||||||
# Rather manually setup python (pip) before instead.
|
# Rather manually setup python (pip) before instead.
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: https://github.com/ansible/ansible-lint@main
|
uses: https://github.com/ansible/ansible-lint@v24.10.0
|
||||||
with:
|
with:
|
||||||
setup_python: "false"
|
setup_python: "false"
|
||||||
requirements_file: "requirements.yml"
|
requirements_file: "requirements.yml"
|
||||||
|
|
Loading…
Reference in a new issue