We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1771390 + a089e0b commit 43871e9Copy full SHA for 43871e9
.github/workflows/codeql-analysis.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
java-version: 21
37
distribution: adopt
38
+ cache: maven
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
.github/workflows/maven.yml
@@ -21,6 +21,7 @@ jobs:
21
22
23
24
25
- name: Build with Maven
26
working-directory: graphwebhook
27
run: mvn package --file pom.xml
0 commit comments