chore: config CodeQL

This commit is contained in:
RHQYZ 2022-01-27 11:18:27 +08:00 committed by GitHub
parent 729e05bd70
commit 0ace9d599b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
language: [csharp]
configuration: [Debug, Release]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
@ -25,8 +24,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: