Skip to content

ci: switch to reusable workflow to run zizmor #130

ci: switch to reusable workflow to run zizmor

ci: switch to reusable workflow to run zizmor #130

Workflow file for this run

name: .zizmor
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- 'main'
- 'releases/v*'
pull_request:
env:
ZIZMOR_VERSION: 1.22.0 # https://github.com/zizmorcore/zizmor
jobs:
zizmor:
uses: crazy-max/.github/.github/workflows/zizmor.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
permissions:
contents: read
security-events: write
with:
version: v1.22.0
min-severity: medium
min-confidence: medium
persona: pedantic
no-online-audits: true