From 0652360268db6b5d7405f4cb1d8aaf0bf5f3b653 Mon Sep 17 00:00:00 2001 From: Lior-Poterman-Checkmarx Date: Wed, 8 Jan 2025 14:35:55 +0200 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9acde765..d9dac3db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,8 @@ jobs: - name: Cache local Maven repository - uses: actions/cache@v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 + with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 2dd9ce8932b6650996f85caad8e70ffd8ee732ff Mon Sep 17 00:00:00 2001 From: Lior-Poterman-Checkmarx Date: Wed, 8 Jan 2025 15:04:49 +0200 Subject: [PATCH 2/2] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17f35b0c..efe4c97e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: git push origin "${tag}" - name: Cache local Maven repository - uses: actions/cache@v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}