diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 55c718c..8c8c413 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -42,7 +42,7 @@ jobs: distribution: ${{ inputs.java-distribution }} java-version: ${{ inputs.java-version }} - name: Cache SonarCloud packages - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && inputs.java-version == '17' && inputs.runner == 'ubuntu-latest' }} env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}