Skip to content

chore: update workflow permissions #3

chore: update workflow permissions

chore: update workflow permissions #3

name: zizmor GitHub Actions static analysis
on:
push:
pull_request:
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@5cc7159e3c4f86cccb6756174d6ad62a37b87419
with:
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }}
fail-severity: never