Bump up codeql GHA (#12547)
This commit is contained in:
parent
9ba746249a
commit
9f14c15345
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue