From e07f096a52fc91e6429c11d9ec606d4c639c643f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:54:43 +0000 Subject: [PATCH] chore(deps): update actions/cache digest --- .github/actions/format/action.yml | 2 +- .github/workflows/javaci.yml | 4 ++-- .github/workflows/sonarcloud.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/format/action.yml b/.github/actions/format/action.yml index c07ff57d5..24b4b6f4a 100644 --- a/.github/actions/format/action.yml +++ b/.github/actions/format/action.yml @@ -14,7 +14,7 @@ runs: distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles(format('{0}/**/pom.xml', inputs.path)) }} diff --git a/.github/workflows/javaci.yml b/.github/workflows/javaci.yml index 8f7a4407d..c28c776b1 100644 --- a/.github/workflows/javaci.yml +++ b/.github/workflows/javaci.yml @@ -27,7 +27,7 @@ jobs: java-version: '21' distribution: 'adopt' - name: Cache Maven packages - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -53,7 +53,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'adopt' - name: Cache Maven packages - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 51f816798..503a46388 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -22,13 +22,13 @@ jobs: java-version: 17 distribution: 'zulu' - name: Cache SonarQube Cloud packages - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}