Skip to content

Commit 9fa541f

Browse files
authored
Update codeql.yml
1 parent 95c15a0 commit 9fa541f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
matrix:
3131
include:
3232
- language: csharp
33-
build-mode: autobuild
33+
# build-mode: autobuild
34+
build-mode: none # analyzes code only
3435
steps:
3536
- name: Checkout repository
3637
uses: actions/checkout@v4

0 commit comments

Comments
 (0)