From f99bfe9e7341ac0d89e1fce0b179a5743e0c5325 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 20:08:27 +0000 Subject: [PATCH] chore(deps): pin postgres docker tag to 48d8422 --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 655ec6c0e..afc4acaf5 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -15,7 +15,7 @@ jobs: services: postgres: - image: postgres:15-alpine + image: postgres:15-alpine@sha256:48d8422c6ae570a5bda52f07548b8e65dd055ac0b661f25b44b20e8cff2f75f0 env: POSTGRES_DB: vela POSTGRES_PASSWORD: notARealPassword12345