From 0d14eb972f6fb3aa9ee2cd080f6c41012cb15b7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:43:56 +0000 Subject: [PATCH] Update actions/cache digest to a11fb02 --- .github/workflows/dev-build.yml | 4 ++-- .github/workflows/main-build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 3ea5e5bb18..a1c08f80bd 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -32,14 +32,14 @@ jobs: distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@f8a7ab490b91e20065f92e4ff28bc4b9474b83ca + uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Cache SonarCloud packages - uses: actions/cache@f8a7ab490b91e20065f92e4ff28bc4b9474b83ca + uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index f7ca4843cb..c2a5077ff9 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -34,14 +34,14 @@ jobs: distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@f8a7ab490b91e20065f92e4ff28bc4b9474b83ca + uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Cache SonarCloud packages - uses: actions/cache@f8a7ab490b91e20065f92e4ff28bc4b9474b83ca + uses: actions/cache@a11fb02296c06498a496a240dc672c5bdf85c574 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar