This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix_codeql in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit a9d4de80de4552dc692b83fde8e52b59c0650a11 Author: HTHou <[email protected]> AuthorDate: Tue Feb 24 18:16:50 2026 +0800 try to fix cpp codeql --- .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
