Skip to content

Crontab

Crontab #537

Workflow file for this run

name: Crontab
on:
schedule:
- cron: '33 0 * * *'
permissions:
contents: read
jobs:
codeql:

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

View workflow run for this annotation

GitHub Actions / Crontab

Invalid workflow file

The workflow is not valid. .github/workflows/cron.yml (Line: 11, Col: 3): Error calling workflow 'mindee/mindee-api-java/.github/workflows/_codeql.yml@main'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
uses: mindee/mindee-api-java/.github/workflows/_codeql.yml@main
test_code_samples:
uses: mindee/mindee-api-java/.github/workflows/_test-code-samples.yml@main
secrets: inherit
test_cli:
uses: mindee/mindee-api-java/.github/workflows/_test-cli.yml@main
secrets: inherit