This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 4bb70e8e fix cpp codeql (#728)
4bb70e8e is described below
commit 4bb70e8ee52f12325c7e60f512d9e88c7fa2f3e7
Author: Haonan <[email protected]>
AuthorDate: Tue Feb 24 18:41:06 2026 +0800
fix cpp codeql (#728)
---
.github/workflows/codeql.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index d5023a0a..d88d3d73 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -16,6 +16,10 @@ on:
branches:
- develop
- rc/*
+ pull_request:
+ branches:
+ - develop
+ - rc/*
paths-ignore:
- 'docs/**'
@@ -27,7 +31,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for
possible analysis time improvements.
- runs-on: ${{ (matrix.language == 'c-cpp' && 'macos-latest') ||
'ubuntu-latest' }}
+ runs-on: ${{ (matrix.language == 'c-cpp' && 'ubuntu-22.04') ||
'ubuntu-latest' }}
timeout-minutes: ${{ 360 }}
permissions:
# required for all workflows