Skip to content

Commit a089e0b

Browse files
committed
ci: adds missing gradle dependencies caching to CI
1 parent 46fd0cf commit a089e0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
java-version: 21
3737
distribution: adopt
38+
cache: maven
3839

3940
# Initializes the CodeQL tools for scanning.
4041
- name: Initialize CodeQL

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
java-version: 21
2323
distribution: adopt
24+
cache: maven
2425
- name: Build with Maven
2526
working-directory: graphwebhook
2627
run: mvn package --file pom.xml

0 commit comments

Comments
 (0)