diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 46de370..fd7b6bb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,7 +16,7 @@ jobs: if: ${{ github.repository_owner == 'ShuttlePub' && !contains(github.event.head_commit.message, '[CI-SKIP]') }} services: postgres: - image: postgres:16@sha256:287eced1f33b59ed265ed13a60d3680dd7646d70c4dc0e785f59a470ebc03eeb + image: postgres:16@sha256:33f923b05f64ca54ac4401c01126a6b92afe839a0aa0a52bc5aeb5cc958e5f20 env: POSTGRES_DB: postgres_test POSTGRES_USER: postgres diff --git a/.github/workflows/test-psql.yml b/.github/workflows/test-psql.yml index 8356d13..7c213ed 100644 --- a/.github/workflows/test-psql.yml +++ b/.github/workflows/test-psql.yml @@ -28,7 +28,7 @@ jobs: needs: [read-toolchain] services: postgres: - image: postgres:16@sha256:287eced1f33b59ed265ed13a60d3680dd7646d70c4dc0e785f59a470ebc03eeb # postgres 16.13 + image: postgres:16@sha256:33f923b05f64ca54ac4401c01126a6b92afe839a0aa0a52bc5aeb5cc958e5f20 # postgres 16.13 env: POSTGRES_DB: postgres_test POSTGRES_USER: postgres