Skip to content

04. Weekly Security Scan #4

04. Weekly Security Scan

04. Weekly Security Scan #4

Workflow file for this run

name: 04. Weekly Security Scan
on:
schedule:
- cron: '0 0 * * 0' # Run at 00:00 on Sunday
permissions:
actions: read
contents: read
security-events: write
jobs:
security-scan:
uses: ./.github/workflows/_codeql.yml