From b6a6f9334b4c2b5c0ce0e45b060d45d279f11294 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 30 Sep 2023 23:04:58 +0200 Subject: [PATCH] update gh action linting --- .github/workflows/ansible-linting-check.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 0b1268c..98651ba 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -11,13 +11,11 @@ jobs: steps: - name: 'checkout git repo' - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.0 with: lfs: true submodules: false fetch-depth: 0 - - name: 'Lint Ansible Playbook' - uses: ansible/ansible-lint-action@v6 - with: - path: "." + - name: Run ansible-lint + uses: ansible/ansible-lint@v6.20.2