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 2828 with :
2929 persist-credentials : false
3030 - name : ' Dependency Review'
31- uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
31+ uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
3232 with :
3333 comment-summary-in-pr : always
Original file line number Diff line number Diff line change 5353 run : apk add --no-cache tar
5454 continue-on-error : true
5555 - if : contains(matrix.terraform, '1.5.')
56- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
56+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5757 name : Cache TFLint plugin dir
5858 with :
5959 path : ~/.tflint.d/plugins
@@ -119,7 +119,7 @@ jobs:
119119 run : apk add --no-cache tar
120120 continue-on-error : true
121121 - if : contains(matrix.terraform, '1.3.')
122- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
122+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
123123 name : Cache TFLint plugin dir
124124 with :
125125 path : ~/.tflint.d/plugins
@@ -182,7 +182,7 @@ jobs:
182182 run : apk add --no-cache tar
183183 continue-on-error : true
184184 - if : contains(matrix.terraform, '1.5.')
185- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
185+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
186186 name : Cache TFLint plugin dir
187187 with :
188188 path : ~/.tflint.d/plugins
Original file line number Diff line number Diff line change 8080 with :
8181 python-version : 3.x
8282 - 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
8484 with :
8585 key : mkdocs-material-${{ env.cache_id }}
8686 path : .cache
You can’t perform that action at this time.
0 commit comments