File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
persist-credentials : false
30
30
- name : ' Dependency Review'
31
- uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
31
+ uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
32
32
with :
33
33
comment-summary-in-pr : always
Original file line number Diff line number Diff line change 53
53
run : apk add --no-cache tar
54
54
continue-on-error : true
55
55
- if : contains(matrix.terraform, '1.5.')
56
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
56
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
57
57
name : Cache TFLint plugin dir
58
58
with :
59
59
path : ~/.tflint.d/plugins
@@ -119,7 +119,7 @@ jobs:
119
119
run : apk add --no-cache tar
120
120
continue-on-error : true
121
121
- if : contains(matrix.terraform, '1.3.')
122
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
122
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
123
123
name : Cache TFLint plugin dir
124
124
with :
125
125
path : ~/.tflint.d/plugins
@@ -182,7 +182,7 @@ jobs:
182
182
run : apk add --no-cache tar
183
183
continue-on-error : true
184
184
- if : contains(matrix.terraform, '1.5.')
185
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
185
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
186
186
name : Cache TFLint plugin dir
187
187
with :
188
188
path : ~/.tflint.d/plugins
Original file line number Diff line number Diff line change 80
80
with :
81
81
python-version : 3.x
82
82
- run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
83
- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
83
+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
84
84
with :
85
85
key : mkdocs-material-${{ env.cache_id }}
86
86
path : .cache
You can’t perform that action at this time.
0 commit comments