This is an automated email from the ASF dual-hosted git repository.
djensen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 510354f Update codeql.yml
510354f is described below
commit 510354fbeba5a90f2d003dc5a55ffab50616d013
Author: entvex <[email protected]>
AuthorDate: Fri May 16 10:24:43 2025 +0200
Update codeql.yml
---
.github/workflows/codeql.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 0eacde9..51e337a 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -42,7 +42,9 @@ jobs:
strategy:
fail-fast: false
matrix:
- language: ['csharp']
+ include:
+ - language: csharp
+ build-mode: autobuild
# CodeQL supports the following values keywords for 'language':
'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript',
'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both