From 584e7678a46e5d3600f260fa0203b951cf2d659d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:53:58 +0000 Subject: [PATCH] chore(deps): pin cloudnative-pg/postgres-containers action to cddeac2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bake_targets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index e1fcd1d3..6bae6b2e 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -154,7 +154,7 @@ jobs: - name: Security checks # NOTE: Do not modify this to point to the local action "./.github/actions/security-scans", # as it will break workflows running bake_targets.yml (this workflow) from external repositories. - uses: cloudnative-pg/postgres-containers/.github/actions/security-scans@main + uses: cloudnative-pg/postgres-containers/.github/actions/security-scans@cddeac201020f0d327896797f1c1574ea3e78373 # main with: image: "${{ matrix.image }}" registry_user: ${{ github.actor }} @@ -180,7 +180,7 @@ jobs: - name: Copy to production # NOTE: Do not modify this to point to the local action "./.github/actions/copy-images", # as it will break workflows running bake_targets.yml (this workflow) from external repositories. - uses: cloudnative-pg/postgres-containers/.github/actions/copy-images@main + uses: cloudnative-pg/postgres-containers/.github/actions/copy-images@cddeac201020f0d327896797f1c1574ea3e78373 # main with: bake_build_metadata: "${{ needs.testbuild.outputs.metadata }}" registry_user: ${{ github.actor }}