Skip to content

Bump bridgecrewio/checkov-action from 12.3093.0 to 12.3095.0 #137

Bump bridgecrewio/checkov-action from 12.3093.0 to 12.3095.0

Bump bridgecrewio/checkov-action from 12.3093.0 to 12.3095.0 #137

Workflow file for this run

name: ansible-lint
permissions: read-all
on:
pull_request:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
- name: Run ansible-lint
uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c # v25
with:
args: ""
setup_python: "true"
working_directory: "./roles/"
requirements_file: ""