From 53c98089119269563aab9da0859c80579673a53c Mon Sep 17 00:00:00 2001 From: Tomasz Tylenda Date: Mon, 13 Apr 2026 15:04:08 +0200 Subject: [PATCH 1/2] Use job name and matrix item in cache key --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ea14d83cc..6d42725cd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,8 +80,9 @@ jobs: - name: Select Java Version run: mise use java@21 - name: Configure Maven - uses: SonarSource/ci-github-actions/config-maven@v1 + uses: SonarSource/ci-github-actions/config-maven@tt/cache with: + cache-fragment: ${{ toJSON(matrix.item) }} artifactory-reader-role: private-reader use-develocity: ${{ env.USE_DEVELOCITY }} develocity-url: ${{ env.DEVELOCITY_URL }} @@ -142,8 +143,9 @@ jobs: - name: Select Java Version run: mise use java@21 - name: Configure Maven - uses: SonarSource/ci-github-actions/config-maven@v1 + uses: SonarSource/ci-github-actions/config-maven@tt/cache with: + cache-fragment: ${{ matrix.item.sq_version }} artifactory-reader-role: private-reader use-develocity: ${{ env.USE_DEVELOCITY }} develocity-url: ${{ env.DEVELOCITY_URL }} From 53181431b9cb4c40009dd85d20d46448c49ea63d Mon Sep 17 00:00:00 2001 From: Tomasz Tylenda Date: Tue, 14 Apr 2026 17:25:33 +0200 Subject: [PATCH 2/2] Trigger CI