Skip to content

Commit 81e68e2

Browse files
committed
update codeql action and remove redundant CIBuild
1 parent 6b28cd7 commit 81e68e2

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

.github/workflows/CIBuild.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@v1
39+
uses: github/codeql-action/init@v2
4040
with:
4141
languages: ${{ matrix.language }}
4242
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,4 +69,4 @@ jobs:
6969
run: xvfb-run ./gradlew build
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v1
72+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)