Skip to content

Merge pull request #531 from ckadluba/530-fix-allownull-doc #103

Merge pull request #531 from ckadluba/530-fix-allownull-doc

Merge pull request #531 from ckadluba/530-fix-allownull-doc #103

name: PR Analysis Code QL
on:
push:
branches: [ dev, main ]
pull_request:
branches: [ dev, main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-and-codeql:
runs-on: windows-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: 'csharp'
- name: Run build
run: ./Build.ps1 -SkipTests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:csharp"