Skip to content

Commit

Permalink
fix(ci): avoid usage of deprecated ansible-lint action.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Nov 22, 2024
1 parent 4a2b1f4 commit c724de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0

- name: Run ansible-lint
uses: ansible/ansible-lint[email protected] # the latest version has a bug that does not run in online mode
uses: ansible/ansible-lint@main
with:
path: "ansible-playbooks/"
working_directory: "ansible-playbooks/"

0 comments on commit c724de7

Please sign in to comment.