Skip to content

update reference to reusable reference #6

update reference to reusable reference

update reference to reusable reference #6

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@5cc7159e3c4f86cccb6756174d6ad62a37b87419

Check failure on line 20 in grafana/security-github-actions/.github/workflows/self-zizmor.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/self-zizmor.yaml

Invalid workflow file

error parsing called workflow "required/499279390/.github/workflows/self-zizmor.yaml" -> "grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@5cc7159e3c4f86cccb6756174d6ad62a37b87419" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }}
fail-severity: never