We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c9c8f commit 44469c1Copy full SHA for 44469c1
.github/workflows/build.yml
@@ -82,6 +82,7 @@ jobs:
82
- name: Configure Maven
83
uses: SonarSource/ci-github-actions/config-maven@tt/cache
84
with:
85
+ cache-subkey: ${{ matrix.item.profile }}
86
artifactory-reader-role: private-reader
87
use-develocity: ${{ env.USE_DEVELOCITY }}
88
develocity-url: ${{ env.DEVELOCITY_URL }}
@@ -144,6 +145,7 @@ jobs:
144
145
146
147
148
+ cache-subkey: ${{ matrix.item.sq_version }}
149
150
151
0 commit comments