Skip to content

Commit 713f8e6

Browse files
Update codeql.yml
1 parent e0cb398 commit 713f8e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: "CodeQL Advanced"
1313

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: [ "feature/codeql" ]
1717
pull_request:
18-
branches: [ "main" ]
18+
branches: [ "feature/codeql" ]
1919
schedule:
2020
- cron: '45 9 * * 5'
2121

@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
include:
4646
- language: csharp
47-
build-mode: none
47+
build-mode: autobuild
4848
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
4949
# Use `c-cpp` to analyze code written in C, C++ or both
5050
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)