Skip to content

Update actions/checkout digest to 0ad4b8f #42

Update actions/checkout digest to 0ad4b8f

Update actions/checkout digest to 0ad4b8f #42

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0 # needed for progressive mode to work
- name: Run ansible-lint
uses: ansible/ansible-lint-action@cad5176ea6f24a38f909d688bd467ec8d942d7e1 # v6.17.0
with:
path: "./"