Skip to content

Restructure Legacy Code for Migration Away from VB #448

Restructure Legacy Code for Migration Away from VB

Restructure Legacy Code for Migration Away from VB #448

Workflow file for this run

name: CodeQL
on:
pull_request:
branches: [master]
schedule:
- cron: '0 12 * * 5'
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
analyze:
name: Analyze
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
language: ['csharp']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.x'
- uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- run: dotnet build -c DEBUG
- uses: github/codeql-action/analyze@v3