Skip to content

Merge pull request #94 from canro91/fix-logging #1406

Merge pull request #94 from canro91/fix-logging

Merge pull request #94 from canro91/fix-logging #1406

name: CodeQL Analysis
on:
push:
pull_request:
schedule:
- cron: '0 8 * * *'
jobs:
analyze:
name: CodeQL Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout repository
id: checkout_repo
uses: actions/checkout@v4
- name: Initialize CodeQL
id: init_codeql
uses: github/codeql-action/init@v3
with:
queries: security-and-quality
- name: Install .NET Aspire workload
run: dotnet workload install aspire
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
id: analyze_codeql
uses: github/codeql-action/analyze@v3
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)