Skip to content

Create performance tests results artifact #160

Create performance tests results artifact

Create performance tests results artifact #160

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