Skip to content

Update step-security/harden-runner action to v2.14.2 #3393

Update step-security/harden-runner action to v2.14.2

Update step-security/harden-runner action to v2.14.2 #3393

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@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- 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@main