Pin actions/cache by SHA (#480)

Resolves #479.
This commit is contained in:
Martin Costello
2025-08-22 22:29:59 +01:00
committed by GitHub
parent 77137e9dc3
commit c26e17b164
+1 -1
View File
@@ -139,7 +139,7 @@ runs:
- name: Restore DB from cache
if: ${{ inputs.cache == 'true' }}
uses: actions/cache@v4
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: ${{ inputs.cache-dir }}
key: cache-trivy-${{ steps.date.outputs.date }}