diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index e7a84b6efac..96f40702586 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -14,6 +14,8 @@ jobs: contents: read actions: read steps: + - name: Checkout the repo + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Setup yq uses: frenck/action-setup-yq@c4b5be8b4a215c536a41d436757d9feb92836d4f #v1.0.2 - name: Add helm repos @@ -37,6 +39,8 @@ jobs: ci-kubeconform: runs-on: ubuntu-latest steps: + - name: Checkout the repo + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Setup yq uses: frenck/action-setup-yq@c4b5be8b4a215c536a41d436757d9feb92836d4f #v1.0.2 - name: Add helm repos