Skip to content

Commit e257067

Browse files
committed
Simplify analysis
1 parent 2910da0 commit e257067

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,13 @@ jobs:
2626
uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: |
29-
8.0.x
30-
9.0.x
3129
10.0.x
3230
- name: Initialize CodeQL
3331
uses: github/codeql-action/init@v4
3432
with:
35-
queries: security-and-quality
3633
languages: csharp
37-
build-mode: autobuild
38-
config-file: ./.github/codeql-config.yml
34+
# config-file: ./.github/codeql-config.yml
3935
- name: Build source code
40-
run: dotnet build --configuration Release --framework net8.0
36+
run: dotnet build --configuration Release --framework net10.0
4137
- name: Perform CodeQL Analysis
4238
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)