|
79 | 79 | version: 2025.7.12 |
80 | 80 | - name: Select Java Version |
81 | 81 | run: mise use java@21 |
| 82 | + - name: Ensure Separate Job Cache Key |
| 83 | + uses: ./.github/actions/write-file |
| 84 | + with: |
| 85 | + file-path: target/just_for_cache_key_calculation/pom.xml |
| 86 | + content: ${{ github.job }}-${{ toJSON(matrix.item) }} |
82 | 87 | - name: Configure Maven |
83 | 88 | uses: SonarSource/ci-github-actions/config-maven@v1 |
84 | 89 | with: |
@@ -141,6 +146,11 @@ jobs: |
141 | 146 | version: 2025.7.12 |
142 | 147 | - name: Select Java Version |
143 | 148 | run: mise use java@21 |
| 149 | + - name: Ensure Separate Job Cache Key |
| 150 | + uses: ./.github/actions/write-file |
| 151 | + with: |
| 152 | + file-path: target/just_for_cache_key_calculation/pom.xml |
| 153 | + content: ${{ github.job }}-${{ matrix.sq_version }} |
144 | 154 | - name: Configure Maven |
145 | 155 | uses: SonarSource/ci-github-actions/config-maven@v1 |
146 | 156 | with: |
@@ -186,6 +196,11 @@ jobs: |
186 | 196 | secrets: | |
187 | 197 | development/kv/data/next url | SONAR_HOST_URL; |
188 | 198 | development/kv/data/next token | SONAR_TOKEN; |
| 199 | + - name: Ensure Separate Job Cache Key |
| 200 | + uses: ./.github/actions/write-file |
| 201 | + with: |
| 202 | + file-path: target/just_for_cache_key_calculation/pom.xml |
| 203 | + content: ${{ github.job }} |
189 | 204 | - uses: SonarSource/ci-github-actions/config-maven@v1 |
190 | 205 | with: |
191 | 206 | artifactory-reader-role: private-reader |
@@ -263,6 +278,11 @@ jobs: |
263 | 278 | secrets: | |
264 | 279 | development/kv/data/next url | SONAR_HOST_URL; |
265 | 280 | development/kv/data/next token | SONAR_TOKEN; |
| 281 | + - name: Ensure Separate Job Cache Key |
| 282 | + uses: ./.github/actions/write-file |
| 283 | + with: |
| 284 | + file-path: target/just_for_cache_key_calculation/pom.xml |
| 285 | + content: ${{ github.job }} |
266 | 286 | - uses: SonarSource/ci-github-actions/config-maven@v1 |
267 | 287 | with: |
268 | 288 | artifactory-reader-role: private-reader |
@@ -315,6 +335,11 @@ jobs: |
315 | 335 | development/kv/data/next url | SONAR_HOST_URL; |
316 | 336 | development/kv/data/next token | SONAR_TOKEN; |
317 | 337 | development/github/token/licenses-ro token | GITHUB_TOKEN; |
| 338 | + - name: Ensure Separate Job Cache Key |
| 339 | + uses: ./.github/actions/write-file |
| 340 | + with: |
| 341 | + file-path: target/just_for_cache_key_calculation/pom.xml |
| 342 | + content: ${{ github.job }} |
318 | 343 | - uses: SonarSource/ci-github-actions/config-maven@v1 |
319 | 344 | with: |
320 | 345 | artifactory-reader-role: private-reader |
@@ -369,6 +394,11 @@ jobs: |
369 | 394 | - uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0 |
370 | 395 | with: |
371 | 396 | version: 2025.7.12 |
| 397 | + - name: Ensure Separate Job Cache Key |
| 398 | + uses: ./.github/actions/write-file |
| 399 | + with: |
| 400 | + file-path: target/just_for_cache_key_calculation/pom.xml |
| 401 | + content: ${{ github.job }} |
372 | 402 | - name: Configure Maven |
373 | 403 | uses: SonarSource/ci-github-actions/config-maven@v1 |
374 | 404 | with: |
|
0 commit comments