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 56b2edce Update codeql.yml
56b2edce is described below
commit 56b2edcec57b04903be0ce79afe8ebcdf0f8414c
Author: Haonan <[email protected]>
AuthorDate: Fri Sep 20 21:08:19 2024 +0800
Update codeql.yml
---
.github/workflows/codeql.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 0ed63ffb..a6ad867c 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -72,7 +72,7 @@ jobs:
- if: matrix.build-mode == 'manual'
shell: bash
run: |
- ./mvnw clean package -P with-cpp
+ ./mvnw clean verify -P with-cpp
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3