Skip to content

Commit 44469c1

Browse files
Add cache-subkey
1 parent a8c9c8f commit 44469c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
- name: Configure Maven
8383
uses: SonarSource/ci-github-actions/config-maven@tt/cache
8484
with:
85+
cache-subkey: ${{ matrix.item.profile }}
8586
artifactory-reader-role: private-reader
8687
use-develocity: ${{ env.USE_DEVELOCITY }}
8788
develocity-url: ${{ env.DEVELOCITY_URL }}
@@ -144,6 +145,7 @@ jobs:
144145
- name: Configure Maven
145146
uses: SonarSource/ci-github-actions/config-maven@tt/cache
146147
with:
148+
cache-subkey: ${{ matrix.item.sq_version }}
147149
artifactory-reader-role: private-reader
148150
use-develocity: ${{ env.USE_DEVELOCITY }}
149151
develocity-url: ${{ env.DEVELOCITY_URL }}

0 commit comments

Comments
 (0)