From a67f57c0e08252ccffe2f38c2763f2dff0e5d13b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 02:13:36 +0000 Subject: [PATCH] chore(deps): pin postgres docker tag to 71da05d (#5370) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aee1ec7882..654493c250 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -209,7 +209,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres + image: postgres@sha256:71da05df8c4f1e1bac9b92ebfba2a0eeb183f6ac6a972fd5e55e8146e29efe9c env: POSTGRES_PASSWORD: postgres POSTGRES_USER: postgres