Skip to content

Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 #3

Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0

Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 #3

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1"
env:
DOTNET_VERSION: "10.0.x"
jobs:
analyze:
name: Analyze (C#)
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: csharp
queries: security-extended
- name: Build
run: dotnet build Source/LocalNetAppChat --configuration Release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3