Skip to content

CodeQL analysis

CodeQL analysis #202

Workflow file for this run

name: CodeQL analysis
on:
push:
branches:
- main
schedule:
- cron: '0 0 * * 1,5'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- name: .NET setup
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: csharp
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3