This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new c0377bd108 [INLONG-11964][CI] Update all occurrences of the CodeQL
Action in your workflow files to v3 (#11965)
c0377bd108 is described below
commit c0377bd108012e0bca9ced130edd19af7ac8ec5a
Author: Charles Zhang <[email protected]>
AuthorDate: Mon Aug 11 11:35:04 2025 +0800
[INLONG-11964][CI] Update all occurrences of the CodeQL Action in your
workflow files to v3 (#11965)
---
.github/workflows/codeql_analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql_analysis.yml
b/.github/workflows/codeql_analysis.yml
index a303eeb780..66c784fc0c 100644
--- a/.github/workflows/codeql_analysis.yml
+++ b/.github/workflows/codeql_analysis.yml
@@ -75,7 +75,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
@@ -98,7 +98,7 @@ jobs:
# Perform CodeQL Analysis
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
- name: Clean up build packages
run: mvn clean