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 2bffa52 commit 5f27bd1Copy full SHA for 5f27bd1
.github/workflows/codeql.yml
@@ -26,13 +26,13 @@ jobs:
26
uses: actions/setup-dotnet@v5
27
with:
28
dotnet-version: |
29
- 10.0.x
+ 8.0.x
30
- name: Initialize CodeQL
31
uses: github/codeql-action/init@v4
32
33
languages: csharp
34
# config-file: ./.github/codeql-config.yml
35
- name: Build source code
36
- run: dotnet build --configuration Release --framework net10.0 /p:EmitCompilerGeneratedFiles=true
+ run: dotnet build --configuration Release --framework net8.0
37
- name: Perform CodeQL Analysis
38
uses: github/codeql-action/analyze@v4
0 commit comments