Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 619fda9

Browse files
author
Jesús Miguel Benito Calzada
authored
Call chekout action before using srp-source-provenance (#5639)
This commit fixes a bug in the `report_srp` job in the GHA pipeline, where we are using a custom action defined locally without calling the `checkout` action before, so the runner is not able to find the custom action. Signed-off-by: Jesús Benito Calzada <bjesus@vmware.com>
1 parent 372b71c commit 619fda9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/kubeapps-general.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ jobs:
609609
- push_images
610610
runs-on: ubuntu-latest
611611
steps:
612+
- uses: actions/checkout@v3
612613
- uses: ./.github/actions/srp-source-provenance
613614
with:
614615
SRP_CLI_VERSION: ${SRP_CLI_VERSION}

0 commit comments

Comments
 (0)