Skip to content

Commit

Permalink
Fix Ansible Lint GitHub Action version (dev-sec#527)
Browse files Browse the repository at this point in the history
Signed-off-by: Daya Adianto <dayaadianto@cs.ui.ac.id>
  • Loading branch information
addianto committed Apr 29, 2022
1 parent c874dbe commit 6e112f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Lint Ansible Playbook
# replace "master" with any valid ref
uses: ansible/ansible-lint-action@master
uses: ansible/ansible-lint-action@v6
with:
# [required]
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
Expand Down
14 changes: 7 additions & 7 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ rules:
commas:
max-spaces-after: -1
level: error
# comments: disable
# comments-indentation: disable
# document-start: disable
# comments: disable
# comments-indentation: disable
# document-start: disable
empty-lines:
max: 3
level: error
hyphens:
level: error
# indentation: disable
# indentation: disable
key-duplicates: enable
line-length: disable
# new-line-at-end-of-file: disable
# new-line-at-end-of-file: disable
new-lines:
type: unix
# trailing-spaces: disable
# truthy: disable
# trailing-spaces: disable
# truthy: disable

0 comments on commit 6e112f9

Please sign in to comment.