Skip to content

Bump the github-actions group with 4 updates #550

Bump the github-actions group with 4 updates

Bump the github-actions group with 4 updates #550

Workflow file for this run

name: Ansible Lint # feel free to pick your own name
on: [push, pull_request]
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c # v26.4.0
# Let's point it to the path
with:
setup_python: "true"
working_directory: "acm_import/"