Skip to content

Commit f0fcef9

Browse files
chore(deps): pin dependencies
1 parent bf14f80 commit f0fcef9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/security-scans/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
accept-filenames: usr/share/postgresql-common/pgdg/apt.postgresql.org.asc,etc/ssl/private/ssl-cert-snakeoil.key,usr/local/lib/python3.9/dist-packages/azure/core/settings.py,usr/local/lib/python3.11/dist-packages/azure/core/settings.py,usr/local/lib/python3.13/dist-packages/azure/core/settings.py
3939

4040
- name: Snyk
41-
uses: snyk/actions/docker@master
41+
uses: snyk/actions/docker@9adf32b1121593767fc3c057af55b55db032dc04 # master
4242
id: snyk
4343
if: ${{ inputs.snyk_token != '' }}
4444
# Snyk can be used to break the build when it detects vulnerabilities.

.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@bf14f80641c6b83cf4960fea9bab5d972c9e27e1 # 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@bf14f80641c6b83cf4960fea9bab5d972c9e27e1 # main
184184
with:
185185
bake_build_metadata: "${{ needs.testbuild.outputs.metadata }}"
186186
registry_user: ${{ github.actor }}

0 commit comments

Comments
 (0)