We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4039f9 commit 74c7a9eCopy full SHA for 74c7a9e
.github/workflows/docker.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
# Cache Trivy Database
26
- name: Cache Trivy DB
27
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
28
with:
29
path: ~/.cache/trivy/db # This is where Trivy DB will be cached locally
30
key: ${{ runner.os }}-trivy-db # Unique cache key based on OS
0 commit comments