This repository was archived by the owner on Sep 10, 2026. It is now read-only.
fix(installer): accept the symlinked system Python on Linux #100
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: zizmor | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| schedule: | |
| - cron: "50 7 * * 1" | |
| workflow_dispatch: | |
| permissions: {} | |
| concurrency: | |
| group: zizmor-${{ github.ref }} | |
| cancel-in-progress: ${{ github.event_name == 'pull_request' }} | |
| jobs: | |
| zizmor: | |
| name: zizmor (SARIF) | |
| permissions: | |
| contents: read | |
| security-events: write # Publish workflow-analysis results to code scanning. | |
| uses: NDDev-it-com/ci-workflows/.github/workflows/zizmor-sarif.yml@2ccb80e96f5771b6a6b4eae63a4f47e232906dc7 # 0.12.0 | |
| with: | |
| persona: pedantic | |
| min_severity: low |