Building the test-jar as it is one of the dependencies of the keycloak-crypto-fips1402 module
Also, ensure to run the workflow on changes to the workflow file. Closes #12866
This commit is contained in:
parent
32f8f30f36
commit
c02059e0e5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/codeql-java-analysis.yml
vendored
3
.github/workflows/codeql-java-analysis.yml
vendored
|
@ -12,6 +12,7 @@ on:
|
|||
branches: [main]
|
||||
paths:
|
||||
- '**.java'
|
||||
- '.github/workflows/codeql-java-analysis.yml'
|
||||
schedule:
|
||||
- cron: '0 9 * * 2'
|
||||
|
||||
|
@ -38,7 +39,7 @@ jobs:
|
|||
languages: java
|
||||
|
||||
- name: Build Keycloak
|
||||
run: mvn install -Dmaven.test.skip -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
||||
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2.1.12
|
||||
|
|
Loading…
Reference in a new issue