This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch codeql
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/codeql by this push:
new 7e473f9014 Bump up codeql GHA
7e473f9014 is described below
commit 7e473f90145c7ca7dc12878deaa58f0816d5e049
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Aug 20 09:21:26 2024 +0800
Bump up codeql GHA
---
.github/workflows/codeql.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml
index 7cc65ade3a..837f076aa0 100644
--- a/.github/workflows/codeql.yaml
+++ b/.github/workflows/codeql.yaml
@@ -53,11 +53,11 @@ jobs:
submodules: true
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- run: ./mvnw -q -Dmaven.test.skip=true clean install || ./mvnw -q
-Dmaven.test.skip=true clean install
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3