mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Apply assorted build improvements (#866)
Summary of changes: - Consistently use `.yml` instead of `.yaml`. - Don't install SNAPSHOT artifacts during the CodeQL build, so that they don't end up in the Maven cache. - Sync a bunch of `pom.xml` changes from our internal Maven parent.
This commit is contained in:
committed by
GitHub
parent
7793006b5e
commit
eafb73814a
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
languages: ${{ matrix.language }}
|
||||
- name: Perform minimal build
|
||||
if: matrix.language == 'java'
|
||||
run: mvn -T1C clean install -DskipTests -Dverification.skip
|
||||
run: mvn -T1C clean package -DskipTests -Dverification.skip
|
||||
- name: Perform CodeQL analysis
|
||||
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user