Commit 1d7ddff 1 parent c3537df commit 1d7ddff Copy full SHA for 1d7ddff
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
run : echo "TRIVY_CACHE_DIR=$GITHUB_WORKSPACE/trivy-cache" >> $GITHUB_ENV
126
126
- name : Restore Trivy cache
127
127
id : cache-trivy-db
128
- uses : actions/cache@v3
128
+ uses : actions/cache@v4.1.2
129
129
with :
130
130
path : ${{ github.workspace }}/trivy-cache
131
131
key : ${{ runner.os }}-trivy-db-${{ hashFiles('**/Dockerfile') }}
@@ -138,7 +138,7 @@ jobs:
138
138
mkdir -p $GITHUB_WORKSPACE/trivy-cache
139
139
mv ~/.cache/trivy/db $GITHUB_WORKSPACE/trivy-cache
140
140
- name : Save Trivy cache
141
- uses : actions/cache@v3
141
+ uses : actions/cache@v4.1.2
142
142
with :
143
143
path : ${{ github.workspace }}/trivy-cache
144
144
key : ${{ runner.os }}-trivy-db-${{ hashFiles('**/Dockerfile') }}
@@ -164,7 +164,7 @@ jobs:
164
164
- name : Set up Trivy cache directory
165
165
run : echo "TRIVY_CACHE_DIR=$GITHUB_WORKSPACE/trivy-cache" >> $GITHUB_ENV
166
166
- name : Restore Trivy cache
167
- uses : actions/cache@v3
167
+ uses : actions/cache@v4.1.2
168
168
with :
169
169
path : ${{ github.workspace }}/trivy-cache
170
170
key : ${{ runner.os }}-trivy-db-${{ hashFiles('**/Dockerfile') }}
You can’t perform that action at this time.
0 commit comments