diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 764248f1..916d6234 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -40,6 +40,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + path: ansible_collections/kubernetes/core + - name: Set up Python uses: actions/setup-python@v5