4949 # leading to a tainted cache
5050 - name : Cache PostgreSQL
5151 id : cache-postgresql
52- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
52+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5353 with :
5454 path : ~/${{ env.PG_SRC_DIR }}
5555 key : " postgresql-libfuzzer-${{ steps.get-date.outputs.date }}-${{ hashFiles('.github/**') }}"
7575
7676 - name : Upload config.log
7777 if : always()
78- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
78+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7979 with :
8080 name : config.log for PostgreSQL
8181 path : ~/${{ env.PG_SRC_DIR }}/config.log
@@ -104,7 +104,7 @@ jobs:
104104 run : 7z a install.7z $HOME/$PG_INSTALL_DIR
105105
106106 - name : Save the installation directory
107- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
107+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
108108 with :
109109 name : fuzzing-install-dir
110110 path : install.7z
@@ -182,7 +182,7 @@ jobs:
182182
183183 - name : Restore the cached fuzzing corpus (bulk)
184184 id : restore-corpus-cache-bulk
185- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
185+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
186186 with :
187187 path : db/corpus-bulk
188188 key : " ${{ steps.config.outputs.cache_prefix }}-bulk"
@@ -191,7 +191,7 @@ jobs:
191191 # they don't overwrite each other. Now we are going to combine them.
192192 - name : Restore the cached fuzzing corpus (rowbyrow)
193193 id : restore-corpus-cache-rowbyrow
194- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
194+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
195195 with :
196196 path : db/corpus-rowbyrow
197197 key : " ${{ steps.config.outputs.cache_prefix }}-rowbyrow"
@@ -293,22 +293,22 @@ jobs:
293293
294294 - name : Save PostgreSQL log
295295 if : always()
296- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
296+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
297297 with :
298298 name : PostgreSQL log for ${{ steps.config.outputs.name }}
299299 path : postgres.*
300300
301301 - name : Save fuzzer-generated crash cases
302302 if : always()
303- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
303+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
304304 with :
305305 name : Crash cases for ${{ steps.config.outputs.name }}
306306 path : db/crash-*
307307 if-no-files-found : ignore
308308
309309 - name : Save interesting cases
310310 if : always()
311- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
311+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
312312 with :
313313 name : Interesting cases for ${{ steps.config.outputs.name }}
314314 path : interesting/
@@ -336,7 +336,7 @@ jobs:
336336
337337 - name : Save fuzzer corpus
338338 if : always()
339- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
339+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
340340 with :
341341 path : db/corpus-${{ matrix.case.bulk && 'bulk' || 'rowbyrow' }}
342342 key : " ${{ format('{0}-{1}-{2}-{3}',
@@ -365,7 +365,7 @@ jobs:
365365
366366 - name : Upload core dumps
367367 if : always() && steps.collectlogs.outputs.coredumps == 'true'
368- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
368+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
369369 with :
370370 name : Coredumps for ${{ steps.config.outputs.name }}
371371 path : coredumps
0 commit comments