Periodic quality and security analysis #70
This file contains 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: "Periodic quality and security analysis" | |
on: | |
# Every monday at 09:48 UTC | |
schedule: | |
- cron: "48 9 * * 1" | |
workflow_dispatch: | |
jobs: | |
codeql: | |
uses: Steffo99/.github/.github/workflows/quality-python-codeql.yml@main | |
permissions: | |
actions: read | |
contents: read | |
security-events: write |