pin ansible-lint (action) to a specific version to avoid random breakage #16

Merged
june merged 1 commit from ci-fix into main 2024-12-08 02:55:02 +01:00
Showing only changes of commit e22d29a75c - Show all commits

pin ansible-lint (action) to a specific version to avoid random breakage
All checks were successful
/ Ansible Lint (pull_request) Successful in 1m37s
/ Ansible Lint (push) Successful in 1m38s

ansible-lint just broke for our repo, therefore pin it to a specific
version to avoid that.
June 2024-12-08 02:49:50 +01:00
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -24,7 +24,7 @@ jobs:
# work in our environmnet.
# Rather manually setup python (pip) before instead.
- name: Run ansible-lint
uses: https://github.com/ansible/ansible-lint@main
uses: https://github.com/ansible/ansible-lint@v24.10.0
with:
setup_python: "false"
requirements_file: "requirements.yml"