diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0519765b7..dee4f454f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: services: postgres: - image: postgres@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808 + image: postgres@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5 env: POSTGRES_PASSWORD: postgres POSTGRES_DB: jabref @@ -68,7 +68,7 @@ jobs: - 5432:5432 redis: - image: redis@sha256:a06cea905344470eb49c972f3d030e22f28f632c1b4f43bbe4a26a4329dd6be5 + image: redis@sha256:af0be38eb8e43191bae9b03fe5c928803930b6f93e2dde3a7ad1165c04b1ce22 # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping" @@ -129,7 +129,7 @@ jobs: cp -r .output/public/_nuxt storybook-static - name: Publish and test Storybook - uses: chromaui/action@dd2eecb9bef44f54774581f4163b0327fd8cf607 # v11 + uses: chromaui/action@0efa3230f403b7848d5d65c6ce140b617fb68380 # v11 with: projectToken: 'b3787adf2fa5' # Don't wait until Chroma verified the build (for this we have the Github check)