We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1110ec commit c5a1b3eCopy full SHA for c5a1b3e
1 file changed
.github/workflows/maven.yml
@@ -27,14 +27,14 @@ jobs:
27
with:
28
distribution: 'zulu'
29
java-version: ${{ matrix.java_version }}
30
- - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
31
32
path: ~/.m2/repository
33
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
34
restore-keys: |
35
${{ runner.os }}-maven-
36
- name: Cache SonarCloud packages
37
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
38
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '17' }}
39
env:
40
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments