Skip to content

Commit 508a8b3

Browse files
Update codeql-analysis.yml
CodeQL auto build is failing with a "Picked up JAVA_TOOL_OPTIONS:..." message, so let's try a plain old Maven build.
1 parent 8d841bc commit 508a8b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ jobs:
3434
languages: ${{ matrix.language }}
3535
# queries: ./path/to/local/query, your-org/your-repo/queries@main
3636

37-
- name: Autobuild
38-
uses: github/codeql-action/autobuild@v1
37+
#- name: Autobuild
38+
# uses: github/codeql-action/autobuild@v1
39+
40+
- name: Build with Maven
41+
run: mvn -DskipTests=true install
3942

4043
- name: Perform CodeQL Analysis
4144
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)