Skip to content

Commit a8c9c8f

Browse files
Use job name in cache key
1 parent 68a696a commit a8c9c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Select Java Version
8181
run: mise use java@21
8282
- name: Configure Maven
83-
uses: SonarSource/ci-github-actions/config-maven@v1
83+
uses: SonarSource/ci-github-actions/config-maven@tt/cache
8484
with:
8585
artifactory-reader-role: private-reader
8686
use-develocity: ${{ env.USE_DEVELOCITY }}
@@ -142,7 +142,7 @@ jobs:
142142
- name: Select Java Version
143143
run: mise use java@21
144144
- name: Configure Maven
145-
uses: SonarSource/ci-github-actions/config-maven@v1
145+
uses: SonarSource/ci-github-actions/config-maven@tt/cache
146146
with:
147147
artifactory-reader-role: private-reader
148148
use-develocity: ${{ env.USE_DEVELOCITY }}

0 commit comments

Comments
 (0)