From 2cc9e2f6867325594873b0c73d49737b682132b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:14:07 +0000 Subject: [PATCH] chore: sync files with stordco/common-config-elixir --- .github/workflows/trivy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 4ef2471..009e176 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -28,5 +28,5 @@ jobs: - name: Cache DBs uses: actions/cache/save@v4 with: - path: $/.cache/trivy - key: cache-trivy-$ + path: ${{ github.workspace }}/.cache/trivy + key: cache-trivy-${{ steps.date.outputs.date }}