Skip to content

Bump the github-actions group across 1 directory with 3 updates #162

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

Bump the github-actions group across 1 directory with 3 updates #162

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
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/"