Skip to content

Commit 36ffcad

Browse files
authored
ci: reference local actions using the fully qualified path (#347)
Closes #346 Signed-off-by: Niccolò Fei <[email protected]>
1 parent 82a269d commit 36ffcad

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/bake_targets.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)