File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
# NPM CACHE OPTIMIZATION
19
19
# Reduces markdownlint installation time on repeated runs
20
20
- name : Cache node modules
21
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
21
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
22
22
with :
23
23
path : ~/.npm
24
24
key : node-${{ runner.os }}-${{ hashFiles('**/package*.json') }}
Original file line number Diff line number Diff line change 37
37
# ADVANCED DEPENDENCY CACHING
38
38
# Multi-level caching strategy for maximum cache hit rate
39
39
- name : Cache Poetry dependencies
40
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
40
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
41
41
with :
42
42
path : |
43
43
~/.cache/pypoetry
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ jobs:
326
326
# TRIVY CACHE OPTIMIZATION
327
327
# Caches vulnerability database for faster subsequent scans
328
328
- name : Cache Trivy
329
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
329
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
330
330
with :
331
331
path : ~/.cache/trivy
332
332
key : cache-trivy-${{ hashFiles('Dockerfile') }}-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments