feat(builder): add codex-onboarding skill and fix config reasoning-ef… #25
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/nddev-ci-workflows/.github/workflows/zizmor-sarif.yml@eb7bd953dc9741e559cb9e357c2d36c9b4de5a88 # 0.10.0 | |
| with: | |
| persona: pedantic | |
| min_severity: low |