Skip to content

Commit 1b2d1d8

Browse files
committed
restore Autobuild for codeql; add maxWarnings for plugin gradle
1 parent c5ec11c commit 1b2d1d8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
uses: github/codeql-action/init@v4
3737
with:
3838
languages: ${{ matrix.language }}
39-
build-mode: none
39+
40+
- name: Autobuild
41+
uses: github/codeql-action/autobuild@v4
4042

4143
- name: Perform CodeQL Analysis
4244
uses: github/codeql-action/analyze@v4

plugins/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ check.dependsOn 'lint'
5858
checkstyle {
5959
toolVersion = "${versions.checkstyle}"
6060
configFile = file("../framework/config/checkstyle/checkStyleAll.xml")
61+
maxWarnings = 0
6162
}
6263

6364
checkstyleMain {

0 commit comments

Comments
 (0)