diff --git a/.github/index.pkl b/.github/index.pkl index a7082dc0..6af3b15f 100644 --- a/.github/index.pkl +++ b/.github/index.pkl @@ -192,7 +192,13 @@ main { distribution = "temurin" } } - module.catalog.`gradle/actions/dependency-submission@v6` + (module.catalog.`gradle/actions/dependency-submission@v6`) { + with { + // language=regexp + `dependency-graph-include-configurations` = + ".*[rR]untimeClasspath|.*[cC]ompileClasspath" + } + } } } } |> toWorkflowJobs diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 044bef1a..818cd916 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -844,7 +844,8 @@ jobs: java-version: '25' distribution: temurin - uses: gradle/actions/dependency-submission@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6 - with: {} + with: + dependency-graph-include-configurations: .*[rR]untimeClasspath|.*[cC]ompileClasspath publish-test-results: if: '!cancelled()' needs: