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.
1 parent 10fee6e commit 745da56Copy full SHA for 745da56
.github/workflows/build.yml
@@ -29,6 +29,10 @@ jobs:
29
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
30
with:
31
version: 2025.7.12
32
+ - uses: SonarSource/ci-github-actions/cache@v1
33
+ with:
34
+ path: ~/.m2/repository
35
+ key: sonar-java-build-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
36
- uses: SonarSource/ci-github-actions/build-maven@v1
37
id: build-maven
38
0 commit comments