We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a696a commit a8c9c8fCopy full SHA for a8c9c8f
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Select Java Version
81
run: mise use java@21
82
- name: Configure Maven
83
- uses: SonarSource/ci-github-actions/config-maven@v1
+ uses: SonarSource/ci-github-actions/config-maven@tt/cache
84
with:
85
artifactory-reader-role: private-reader
86
use-develocity: ${{ env.USE_DEVELOCITY }}
@@ -142,7 +142,7 @@ jobs:
142
143
144
145
146
147
148
0 commit comments