Skip to content

Commit cb8a1ce

Browse files
chore(deps): update actions/cache digest to 0400d5f
1 parent 9cba8da commit cb8a1ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup-nodejs-markdown/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2222
with:
2323
path: ~/.npm
2424
key: node-${{ runner.os }}-${{ hashFiles('**/package*.json') }}

.github/actions/setup-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
4141
with:
4242
path: |
4343
~/.cache/pypoetry

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
330330
with:
331331
path: ~/.cache/trivy
332332
key: cache-trivy-${{ hashFiles('Dockerfile') }}-${{ github.run_id }}

0 commit comments

Comments
 (0)