File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 97
97
- name : Restore Coverity Tool
98
98
if : github.event_name == 'pull_request'
99
99
id : cache-coverity
100
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
100
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
101
101
with :
102
102
path : ${{ env.COV_TOOL_DIR }}
103
103
key : coverity-${{ runner.os }}-${{ github.sha }}
@@ -162,7 +162,7 @@ jobs:
162
162
163
163
- name : Save Coverity Tool
164
164
if : always() && github.event_name == 'schedule'
165
- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
165
+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
166
166
with :
167
167
key : coverity-${{ runner.os }}-${{ github.sha }}
168
168
path : ${{ env.COV_TOOL_DIR }}
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
135
135
- name : Setup ccache
136
136
id : ccache-restore
137
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
137
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
138
138
with :
139
139
key : ${{ runner.os }}-${{ runner.arch }}-ccache-${{ env.TARGET_BRANCH }}-${{ matrix.build-type }}-cpack-${{ github.sha }}
140
140
restore-keys : |
@@ -172,7 +172,7 @@ jobs:
172
172
173
173
- name : Save ccache
174
174
if : always() && steps.ccache-restore.outputs.cache-hit != 'true' && github.event_name == 'push'
175
- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
175
+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
176
176
with :
177
177
key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
178
178
path : ${{ env.CCACHE_DIR }}
@@ -251,7 +251,7 @@ jobs:
251
251
252
252
- name : Setup ccache
253
253
id : ccache-restore
254
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
254
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
255
255
with :
256
256
key : ${{ runner.os }}-${{ runner.arch }}-ccache-${{ env.TARGET_BRANCH }}-wheel-${{ github.sha }}
257
257
restore-keys : |
@@ -292,7 +292,7 @@ jobs:
292
292
293
293
- name : Save ccache
294
294
if : always() && steps.ccache-restore.outputs.cache-hit != 'true' && github.event_name == 'push'
295
- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
295
+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
296
296
with :
297
297
key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
298
298
path : ${{ env.CCACHE_DIR }}
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
176
176
- name : Setup ccache
177
177
id : ccache-restore
178
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
178
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
179
179
with :
180
180
key : ${{ runner.os }}-${{ runner.arch }}-ccache-${{ env.TARGET_BRANCH }}-${{ matrix.build-type }}-cpack-${{ github.sha }}
181
181
restore-keys : |
@@ -248,7 +248,7 @@ jobs:
248
248
249
249
- name : Save ccache
250
250
if : always() && steps.ccache-restore.outputs.cache-hit != 'true' && github.event_name == 'push'
251
- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
251
+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
252
252
with :
253
253
key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
254
254
path : ${{ env.CCACHE_DIR }}
@@ -338,7 +338,7 @@ jobs:
338
338
339
339
- name : Setup ccache
340
340
id : ccache-restore
341
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
341
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
342
342
with :
343
343
key : ${{ runner.os }}-${{ runner.arch }}-ccache-${{ env.TARGET_BRANCH }}-Release-wheel-${{ github.sha }}
344
344
restore-keys : |
@@ -428,7 +428,7 @@ jobs:
428
428
429
429
- name : Save ccache
430
430
if : always() && steps.ccache-restore.outputs.cache-hit != 'true' && github.event_name == 'push'
431
- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
431
+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
432
432
with :
433
433
key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
434
434
path : ${{ env.CCACHE_DIR }}
You can’t perform that action at this time.
0 commit comments