We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9b4cc commit 43d3427Copy full SHA for 43d3427
.github/workflows/ansible-lint.yml
@@ -19,7 +19,7 @@ jobs:
19
lfs: false # not needed for this job, as we don’t currently do a Java build
20
- name: Lint Ansible Playbook
21
# the hash here is a specific version of that repo
22
- uses: ansible/ansible-lint-action@c00ea1b2ac047eaf7318275ac83a0cb846cea71a
+ uses: ansible/ansible-lint-action@cad5176ea6f24a38f909d688bd467ec8d942d7e1
23
with:
24
targets: tools/scripts/ansible/*-playbook.yml
25
override-deps: |
0 commit comments