Skip to content

Commit 584e767

Browse files
chore(deps): pin cloudnative-pg/postgres-containers action to cddeac2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cddeac2 commit 584e767

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bake_targets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Security checks
155155
# NOTE: Do not modify this to point to the local action "./.github/actions/security-scans",
156156
# as it will break workflows running bake_targets.yml (this workflow) from external repositories.
157-
uses: cloudnative-pg/postgres-containers/.github/actions/security-scans@main
157+
uses: cloudnative-pg/postgres-containers/.github/actions/security-scans@cddeac201020f0d327896797f1c1574ea3e78373 # main
158158
with:
159159
image: "${{ matrix.image }}"
160160
registry_user: ${{ github.actor }}
@@ -180,7 +180,7 @@ jobs:
180180
- name: Copy to production
181181
# NOTE: Do not modify this to point to the local action "./.github/actions/copy-images",
182182
# as it will break workflows running bake_targets.yml (this workflow) from external repositories.
183-
uses: cloudnative-pg/postgres-containers/.github/actions/copy-images@main
183+
uses: cloudnative-pg/postgres-containers/.github/actions/copy-images@cddeac201020f0d327896797f1c1574ea3e78373 # main
184184
with:
185185
bake_build_metadata: "${{ needs.testbuild.outputs.metadata }}"
186186
registry_user: ${{ github.actor }}

0 commit comments

Comments
 (0)