This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 9f14c15345 Bump up codeql GHA (#12547)
9f14c15345 is described below
commit 9f14c153453c0686786319c991cd091aa51f9c5a
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Aug 20 11:02:14 2024 +0800
Bump up codeql GHA (#12547)
---
.github/workflows/codeql.yaml | 6 ++----
docs/en/changes/changes.md | 2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml
index 4510063cef..4ab92bb148 100644
--- a/.github/workflows/codeql.yaml
+++ b/.github/workflows/codeql.yaml
@@ -19,8 +19,6 @@ name: "CodeQL"
on:
push:
branches: ["master"]
- paths:
- - "**.java"
pull_request:
branches: ["master"]
paths:
@@ -55,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
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 6deb3943f3..ad526ac833 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -5,7 +5,7 @@
* E2E: bump up the version of the opentelemetry-collector to 0.102.1.
* Push snapshot data-generator docker image to ghcr.io.
* Bump up skywalking-infra-e2e to work around GHA removing `docker-compose` v1.
-* Fix CodeQL CI.
+* Bump up CodeQL GitHub Actions.
#### OAP Server