Skip to content

Bump the github-actions group across 1 directory with 2 updates #160

Bump the github-actions group across 1 directory with 2 updates

Bump the github-actions group across 1 directory with 2 updates #160

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
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@262624cd0ab22a4221293216856c59671ce7aa5e # v26
# Let's point it to the path
with:
working_directory: "ansible/"