Skip to content

Bump dotnet-sdk from 8.0.111 to 9.0.101 (#272) #329

Bump dotnet-sdk from 8.0.111 to 9.0.101 (#272)

Bump dotnet-sdk from 8.0.111 to 9.0.101 (#272) #329

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "41 22 * * 2"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ csharp ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install .NET 8 SDK
uses: actions/setup-dotnet@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Build
run: dotnet build --nologo --verbosity minimal -c Release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"