From cb00b8d199b74f8a590620803684ac73556ba0f0 Mon Sep 17 00:00:00 2001 From: christosservos <132352106+christosservos@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:35:51 +0200 Subject: [PATCH] Update dependencycheck.yml --- .github/workflows/dependencycheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependencycheck.yml b/.github/workflows/dependencycheck.yml index 769f4c2b7..ee59c2c92 100644 --- a/.github/workflows/dependencycheck.yml +++ b/.github/workflows/dependencycheck.yml @@ -28,12 +28,12 @@ jobs: - uses: actions/cache@v3 with: path: | - ~/.m2/repository/org/owasp/dependency-check-data + ~/.dependency-check/data/ # Ensure the key is unique and based on something that changes when the cache should be rebuilt key: ${{ runner.os }}-dependency-check-${{ hashFiles('*.db', '*.json') }} restore-keys: | ${{ runner.os }}-dependency-check- - - run: ls ~/.m2/re* + - run: ls ~/.dependency-check/data/* - name: Upload results - SCA uses: actions/upload-artifact@master with: