From fbc627155c496224a852978ee8a685eab80881a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 09:11:37 +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..ee2c417b9 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@b45623637f5737c8022070213e69ba8fd6dfe041 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@b45623637f5737c8022070213e69ba8fd6dfe041 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 51f816798..f3afb984f 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@b45623637f5737c8022070213e69ba8fd6dfe041 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@b45623637f5737c8022070213e69ba8fd6dfe041 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}