Skip to content

chore(deps): update step-security/harden-runner action to v2.10.4 (#827) #2343

chore(deps): update step-security/harden-runner action to v2.10.4 (#827)

chore(deps): update step-security/harden-runner action to v2.10.4 (#827) #2343

Workflow file for this run

---
on: [push, pull_request]
name: Ansible Lint
permissions:
contents: read
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@v4
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get --assume-yes --no-install-recommends install python3-pip
python3 -m pip install --user -U jmespath passlib
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@eb92667e07cc18e1d115ff02e5f07126310cec11 # main