chore(deps): update actions/cache digest to cdf6c1f
renovate/stability-days Updates have not met minimum release age requirement
CI / Test Setup Trivy amd64 (pull_request) Successful in 12s
CI / Test Setup DB (pull_request) Successful in 21s
CI / Test Setup Trivy arm64 (pull_request) Successful in 3m27s

This commit is contained in:
2026-01-29 11:13:29 +00:00
parent 800f01738e
commit 431df33929
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }}