Skip to content

Update dependency ansible to v12 #237

Update dependency ansible to v12

Update dependency ansible to v12 #237

Workflow file for this run

---
# Static analysis for GitHub Actions workflows
# https://docs.zizmor.sh/
name: zizmor
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
zizmor:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
# Upload SARIF to Security tab on push to main
- name: Run zizmor (SARIF)
if: github.event_name == 'push'
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
# Block PRs with findings
- name: Run zizmor (PR check)
if: github.event_name == 'pull_request'
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
with:
advanced-security: false