Skip to content

CodeQL Advanced

CodeQL Advanced #43

Workflow file for this run

name: "CodeQL Advanced"
on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
workflow_dispatch:
schedule:
- cron: '40 3 * * 1' # Runs at 03:40 every monday
jobs:
codeql:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/GitHub_CodeQL.yml@main
permissions:
# Match permissions required by the reusable workflow
security-events: write
packages: read
with:
languages: '["actions","csharp","ruby"]'