File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
145145
146146 - name : Security checks
147- uses : ./ .github/actions/security-scans
147+ uses : cloudnative-pg/postgres-containers/ .github/actions/security-scans@main
148148 with :
149149 image : " ${{ matrix.image }}"
150150 registry_user : ${{ github.actor }}
@@ -167,11 +167,8 @@ jobs:
167167 # Required by the cosign step
168168 id-token : write
169169 steps :
170- - name : Checkout Code
171- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
172-
173170 - name : Copy to production
174- uses : ./ .github/actions/copy-images
171+ uses : cloudnative-pg/postgres-containers/ .github/actions/copy-images@main
175172 with :
176173 bake_build_metadata : " ${{ needs.testbuild.outputs.metadata }}"
177174 registry_user : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments