Skip to content

chore: update workflows #1

chore: update workflows

chore: update workflows #1

name: zizmor GitHub Actions static analysis
on:
push:
paths:
- ".github/**"
pull_request:
paths:
- ".github/**"
jobs:
zizmor:
name: Run zizmor from current branch (self test)
permissions:
actions: read
contents: read
pull-requests: write
security-events: write
uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@e2906412bb6c7cb3b8ee689302070cf704db52ac
with:
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }}
fail-severity: never
min-severity: high
min-confidence: low