Skip to content

weekly

weekly #32

Workflow file for this run

name: weekly
on:
workflow_dispatch:
schedule:
- cron: '42 23 * * 4'
jobs:
codeql:
uses: ./.github/workflows/codeql.yml
secrets: inherit
permissions:
contents: read
actions: read
security-events: write