From 431df33929edc7dde546eb55e5537f9fba783a04 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Jan 2026 11:13:29 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to cdf6c1f --- setup-db/action.yaml | 2 +- setup-trivy/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-db/action.yaml b/setup-db/action.yaml index 410a1a1..4f52ad9 100644 --- a/setup-db/action.yaml +++ b/setup-db/action.yaml @@ -24,7 +24,7 @@ runs: run: | echo "current-date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - id: restore-db - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: ${{ inputs.cache-dir }} key: trivy-db-${{ steps.current-date.outputs.current-date }} diff --git a/setup-trivy/action.yaml b/setup-trivy/action.yaml index 7652996..393c6d3 100644 --- a/setup-trivy/action.yaml +++ b/setup-trivy/action.yaml @@ -40,7 +40,7 @@ runs: echo "VERSION=$VERSION" >> $GITHUB_OUTPUT - name: Cache Trivy binary id: cache-trivy - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: /usr/local/bin/trivy key: trivy-${{ steps.version.outputs.version }}-${{ steps.arch.outputs.arch }}