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 1818 # NPM CACHE OPTIMIZATION
1919 # Reduces markdownlint installation time on repeated runs
2020 - name : Cache node modules
21- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
21+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2222 with :
2323 path : ~/.npm
2424 key : node-${{ runner.os }}-${{ hashFiles('**/package*.json') }}
Original file line number Diff line number Diff line change 3737 # ADVANCED DEPENDENCY CACHING
3838 # Multi-level caching strategy for maximum cache hit rate
3939 - name : Cache Poetry dependencies
40- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
40+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4141 with :
4242 path : |
4343 ~/.cache/pypoetry
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ jobs:
326326 # TRIVY CACHE OPTIMIZATION
327327 # Caches vulnerability database for faster subsequent scans
328328 - name : Cache Trivy
329- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
329+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
330330 with :
331331 path : ~/.cache/trivy
332332 key : cache-trivy-${{ hashFiles('Dockerfile') }}-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments