Skip to content

CodeQL

CodeQL #178

Workflow file for this run

name: CodeQL
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
schedule:
- cron: '0 2 * * *'
jobs:
analyze:
name: CodeQL Analysis
runs-on: 'ubuntu-latest'
permissions:
# required for all workflows
security-events: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Environment
uses: ./.github/actions/setup-env
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: csharp
build-mode: autobuild
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:csharp"