Skip to content

chore(deps): Bump ansible/ansible-lint from 24.10.0 to 24.12.2 in the actions group #111

chore(deps): Bump ansible/ansible-lint from 24.10.0 to 24.12.2 in the actions group

chore(deps): Bump ansible/ansible-lint from 24.10.0 to 24.12.2 in the actions group #111

Workflow file for this run

name: ansible-lint
on:
pull_request:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/ansible-lint@4ce8e497d462cf73b4d4fac1e97b4ace4f317dcc # v24.12.2
with:
working_directory: "${{ github.workspace }}/ansible-playbooks"
requirements_file: "${{ github.workspace }}/requirements.yml"