File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 # export docker images to be used in next jobs below
6868 - name : Upload image ${{ matrix.docker-image }} as artifact
6969 timeout-minutes : 15
70- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
70+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7171 with :
7272 name : built-docker-image-${{ matrix.docker-image }}-${{ matrix.os }}-${{ env.PLATFORM }}
7373 path : ${{ matrix.docker-image }}-${{ matrix.os }}-${{ env.PLATFORM }}_img
Original file line number Diff line number Diff line change 5555 run : docker compose down
5656
5757 - name : Upload oas.${{ matrix.file-type }} as artifact
58- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
58+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
5959 with :
6060 name : oas-${{ matrix.file-type }}
6161 path : oas.${{ matrix.file-type }}
Original file line number Diff line number Diff line change 9292
9393 # load docker images from build jobs
9494 - name : Load images from artifacts
95- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
95+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
9696 with :
9797 path : built-docker-image
9898 pattern : built-docker-image-*
Original file line number Diff line number Diff line change 3838 minikube status
3939
4040 - name : Load images from artifacts
41- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
41+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
4242 with :
4343 path : built-docker-image
4444 pattern : built-docker-image-*
Original file line number Diff line number Diff line change 4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Load OAS files from artifacts
50- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
50+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
5151 with :
5252 pattern : oas-*
5353
Original file line number Diff line number Diff line change 9090
9191 # upload the digest file as artifact
9292 - name : Upload digest
93- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
93+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
9494 with :
9595 name : digests-${{ matrix.docker-image}}-${{ matrix.os }}-${{ env.PLATFORM }}
9696 path : ${{ runner.temp }}/digests/*
Original file line number Diff line number Diff line change 4141
4242 # only download digests for this image and this os
4343 - name : Download digests
44- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
44+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
4545 with :
4646 path : ${{ runner.temp }}/digests
4747 pattern : digests-${{ matrix.docker-image}}-${{ matrix.os }}-*
Original file line number Diff line number Diff line change 3333
3434 # load docker images from build jobs
3535 - name : Load images from artifacts
36- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
36+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
3737 with :
3838 path : built-docker-image
3939 pattern : built-docker-image-*
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ services:
129129 volumes :
130130 - defectdojo_postgres:/var/lib/postgresql/data
131131 valkey :
132- image : valkey/valkey:7.2.11 -alpine@sha256:10328d00120dc14fbc87b2ed61b7677ddbb0d011e705361b4788329a0ec69a93
132+ image : valkey/valkey:7.2.12 -alpine@sha256:32860ea506d2dde08333d1cca2bf28c46bc84e9654308eabf801f77548f72573
133133 volumes :
134134 # we keep using the redis volume as renaming is not possible and copying data over
135135 # would require steps during downtime or complex commands in the intializer
You can’t perform that action at this time.
0 commit comments