Skip to content

Build(deps): Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 #552

Build(deps): Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1

Build(deps): Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 #552

name: CodeQL
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analyze:
strategy:
fail-fast: false
matrix:
language: [ csharp ]
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Setup dotnet
uses: actions/[email protected]
with:
dotnet-version: '8.x'
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3