Skip to content

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 18.0.1 #23

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 18.0.1

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 18.0.1 #23

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: csharp
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build --configuration Release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4