Skip to content

Cron

Cron #2429

Workflow file for this run

name: Cron
on:
schedule:
# Run everyday at 03:53 UTC
- cron: 53 3 * * *
jobs:
main:

Check failure on line 9 in .github/workflows/cron.yml

View workflow run for this annotation

GitHub Actions / Cron

Invalid workflow file

The workflow is not valid. .github/workflows/cron.yml (Line: 9, Col: 3): Error calling workflow 'jazzband/pip-tools/.github/workflows/ci.yml@91636f5a1b49f8ff55b96088e43aa1a3a5dd4b2b'. The nested job 'zizmor' is requesting 'security-events: write', but is only allowed 'security-events: none'.
name: CI
uses: ./.github/workflows/ci.yml
with:
cpython-versions: >-
["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
cpython-pip-version: >-
["main", "latest", "supported", "lowest"]