name: GitHub Actions Security Analysis with zizmor on: push: branches: - main - 'release/**' pull_request: branches: - main - 'release/**' permissions: {} jobs: zizmor: name: zizmor latest via PyPI runs-on: ubuntu-latest permissions: security-events: write contents: read actions: read steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Run zizmor uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3 with: # Fork PRs run with a read-only GITHUB_TOKEN, so SARIF upload to # Code scanning would fail. In that case, run zizmor anyway and # print findings to the console instead. advanced-security: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}