We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fc801 commit db35bcbCopy full SHA for db35bcb
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
38
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '17' }}
39
env:
40
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments