Skip to content

Bump step-security/harden-runner from 2.21.0 to 2.21.1 #3722

Bump step-security/harden-runner from 2.21.0 to 2.21.1

Bump step-security/harden-runner from 2.21.0 to 2.21.1 #3722

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@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- 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