Skip to content

Merge pull request #3015 from ElektroKill/mcs264-pinned-region #1259

Merge pull request #3015 from ElektroKill/mcs264-pinned-region

Merge pull request #3015 from ElektroKill/mcs264-pinned-region #1259

name: "CodeQL"
on:
push:
branches: '**'
pull_request:
branches: [ master, release/** ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build ILSpy.XPlat.slnf --configuration Release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2