Bump up codeql GHA (#12547)

This commit is contained in:
kezhenxu94 2024-08-20 11:02:14 +08:00 committed by GitHub
parent 9ba746249a
commit 9f14c15345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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