Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 #92

Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1

Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 #92

Workflow file for this run

name: ".NET CodeQL"
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- .github/workflows/dotnet-codeql.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: CodeQL
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- csharp
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
# Install .NET SDKs
- name: Install .NET SDKs
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3