This is an automated email from the ASF dual-hosted git repository.

HTHou 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 709c5f58f Bump github/codeql-action from 4 to 4.37.3 (#891)
709c5f58f is described below

commit 709c5f58f289fe1dc1ca8071fdd37d916c2e077e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 12 09:30:15 2026 +0800

    Bump github/codeql-action from 4 to 4.37.3 (#891)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
4 to 4.37.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/v4...v4.37.3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.37.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 42af55e42..3e0bf33a2 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -68,7 +68,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v4
+      uses: github/codeql-action/[email protected]
       with:
         languages: ${{ matrix.language }}
         build-mode: ${{ matrix.build-mode }}
@@ -78,6 +78,6 @@ jobs:
         .\mvnw.cmd clean package -P with-cpp
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v4
+      uses: github/codeql-action/[email protected]
       with:
         category: "/language:${{matrix.language}}"

Reply via email to