This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/HTHou-patch-1 by this push:
new 30e074d0 Update codeql.yml
30e074d0 is described below
commit 30e074d06cf7da5f85a5446e3ca359e71e81c197
Author: Haonan <[email protected]>
AuthorDate: Fri Sep 20 23:11:49 2024 +0800
Update codeql.yml
---
.github/workflows/codeql.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 5afe986d..d2bf97fa 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
matrix:
include:
- language: c-cpp
- build-mode: autobuild
+ build-mode: manual
- language: java-kotlin
build-mode: none # This mode only analyzes Java. Set this to
'autobuild' or 'manual' to analyze Kotlin too.
- language: python
@@ -70,9 +70,8 @@ jobs:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- if: matrix.build-mode == 'manual'
- shell: bash
run: |
- ./mvnw clean verify -P with-cpp
+ .\mvnw.cmd clean package -P with-cpp
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3