Skip to content

fix(tests): resolve preexisting integration test failures #411

fix(tests): resolve preexisting integration test failures

fix(tests): resolve preexisting integration test failures #411

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 3 * * 1"
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: windows-latest
timeout-minutes: 45
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: csharp
- name: Build solution
run: dotnet build Encina.slnx --configuration Release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4