1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2024-11-22 06:44:19 +00:00
emblematic/.github/workflows/quality.yml

17 lines
325 B
YAML
Raw Normal View History

2023-03-07 22:54:05 +00:00
name: "Periodic quality and security analysis"
on:
# Every monday at 09:48 UTC
schedule:
- cron: "48 9 * * 1"
workflow_dispatch:
jobs:
codeql:
2023-06-19 10:21:47 +00:00
permissions:
security-events: write
actions: read
contents: read
2023-03-07 22:54:05 +00:00
uses: Steffo99/.github/.github/workflows/quality-python-codeql.yml@main