Skip to content

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

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

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

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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
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