@@ -98,13 +98,13 @@ jobs:
98
98
echo "Today's Cache Key: Linux-cve-bin-tool-${{ steps.get-date.outputs.date }}"
99
99
echo "Yesterday's Cache Key: Linux-cve-bin-tool-${{ steps.get-date.outputs.yesterday }}"
100
100
- name : Get today's cached database
101
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
101
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
102
102
id : todays-cache
103
103
with :
104
104
path : cache
105
105
key : Linux-cve-bin-tool-${{ steps.get-date.outputs.date }}
106
106
- name : Get yesterday's cached database if today's is not available
107
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
107
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
108
108
if : steps.todays-cache.outputs.cache-hit != 'true'
109
109
with :
110
110
path : cache
@@ -196,13 +196,13 @@ jobs:
196
196
echo "Today's Cache Key: Linux-cve-bin-tool-${{ steps.get-date.outputs.date }}"
197
197
echo "Yesterday's Cache Key: Linux-cve-bin-tool-${{ steps.get-date.outputs.yesterday }}"
198
198
- name : Get today's cached database
199
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
199
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
200
200
id : todays-cache
201
201
with :
202
202
path : cache
203
203
key : Linux-cve-bin-tool-${{ steps.get-date.outputs.date }}
204
204
- name : Get yesterday's cached database if today's is not available
205
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
205
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
206
206
if : steps.todays-cache.outputs.cache-hit != 'true'
207
207
with :
208
208
path : cache
@@ -309,13 +309,13 @@ jobs:
309
309
echo "Today's Cache Key: Linux-cve-bin-tool-${{ steps.get-date.outputs.date }}"
310
310
echo "Yesterday's Cache Key: Linux-cve-bin-tool-${{ steps.get-date.outputs.yesterday }}"
311
311
- name : Get today's cached database
312
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
312
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
313
313
id : todays-cache
314
314
with :
315
315
path : cache
316
316
key : Linux-cve-bin-tool-${{ steps.get-date.outputs.date }}
317
317
- name : Get yesterday's cached database if today's is not available
318
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
318
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
319
319
if : steps.todays-cache.outputs.cache-hit != 'true'
320
320
with :
321
321
path : cache
@@ -412,14 +412,14 @@ jobs:
412
412
echo "Today's Cache Key: Linux-cve-bin-tool-${{ steps.get-date.outputs.DATE }}"
413
413
echo "Yesterday's Cache Key: Linux-cve-bin-tool-${{ steps.get-date.outputs.YESTERDAY }}"
414
414
- name : Get today's cached database
415
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
415
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
416
416
id : todays-cache
417
417
with :
418
418
path : cache
419
419
key : Linux-cve-bin-tool-${{ steps.get-date.outputs.DATE }}
420
420
enableCrossOsArchive : true
421
421
- name : Get yesterday's cached database if today's is not available
422
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
422
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
423
423
if : steps.todays-cache.outputs.cache-hit != 'true'
424
424
with :
425
425
path : cache
@@ -491,14 +491,14 @@ jobs:
491
491
echo "Today's Cache Key: Linux-cve-bin-tool-${{ steps.get-date.outputs.DATE }}"
492
492
echo "Yesterday's Cache Key: Linux-cve-bin-tool-${{ steps.get-date.outputs.YESTERDAY }}"
493
493
- name : Get today's cached database
494
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
494
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
495
495
id : todays-cache
496
496
with :
497
497
path : cache
498
498
key : Linux-cve-bin-tool-${{ steps.get-date.outputs.DATE }}
499
499
enableCrossOsArchive : true
500
500
- name : Get yesterday's cached database if today's is not available
501
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
501
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
502
502
if : steps.todays-cache.outputs.cache-hit != 'true'
503
503
with :
504
504
path : cache
@@ -532,7 +532,7 @@ jobs:
532
532
test/test_cli.py
533
533
test/test_cvedb.py
534
534
- name : Cache conda
535
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
535
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
536
536
env :
537
537
# Increase to reset cache if requirements.txt file has not changed
538
538
CACHE_NUMBER : 0
0 commit comments