Skip to content

Commit

Permalink
Bump up codeql GHA (#12547)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Aug 20, 2024
1 parent 9ba7462 commit 9f14c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ name: "CodeQL"
on:
push:
branches: ["master"]
paths:
- "**.java"
pull_request:
branches: ["master"]
paths:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f14c15

Please sign in to comment.