Skip to content

Update actions/checkout digest to 692973e #47

Update actions/checkout digest to 692973e

Update actions/checkout digest to 692973e #47

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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: "./"