From c7e51ee918a5219430178b5f2277925128e03add Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:35:51 +0000 Subject: [PATCH] Update actions/cache digest to 6682284 --- .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 855cc3da8..a6b49c8a2 100644 --- a/.github/actions/format/action.yml +++ b/.github/actions/format/action.yml @@ -13,7 +13,7 @@ runs: java-version: '21' distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 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 792d52d59..da837161f 100644 --- a/.github/workflows/javaci.yml +++ b/.github/workflows/javaci.yml @@ -27,7 +27,7 @@ jobs: java-version: '21' distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -53,7 +53,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index c5eefb545..8c43f6ba0 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@b7e8d49f17405cc70c1c120101943203c98d3a4b + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages - uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}