We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2910da0 commit e257067Copy full SHA for e257067
.github/workflows/codeql.yml
@@ -26,17 +26,13 @@ jobs:
26
uses: actions/setup-dotnet@v5
27
with:
28
dotnet-version: |
29
- 8.0.x
30
- 9.0.x
31
10.0.x
32
- name: Initialize CodeQL
33
uses: github/codeql-action/init@v4
34
35
- queries: security-and-quality
36
languages: csharp
37
- build-mode: autobuild
38
- config-file: ./.github/codeql-config.yml
+ # config-file: ./.github/codeql-config.yml
39
- name: Build source code
40
- run: dotnet build --configuration Release --framework net8.0
+ run: dotnet build --configuration Release --framework net10.0
41
- name: Perform CodeQL Analysis
42
uses: github/codeql-action/analyze@v4
0 commit comments