File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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@a2445960f20b62916f411c7ea3098adb2eefb5c3 # main
157+ uses : cloudnative-pg/postgres-containers/.github/actions/security-scans@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@a2445960f20b62916f411c7ea3098adb2eefb5c3 # main
183+ uses : cloudnative-pg/postgres-containers/.github/actions/copy-images@main
184184 with :
185185 bake_build_metadata : " ${{ needs.testbuild.outputs.metadata }}"
186186 registry_user : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments