mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Use the setup-java action cache option
This commit is contained in:
committed by
Bruno Oliveira da Silva
parent
e09f618cef
commit
fe9347c9ec
1
.github/workflows/codeql-java-analysis.yml
vendored
1
.github/workflows/codeql-java-analysis.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
cache: 'maven'
|
||||
|
||||
- name: Update maven settings
|
||||
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
|
||||
|
||||
Reference in New Issue
Block a user