This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_10x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 1fa1d0c9cacccb69b18b265d20fb7f43b39acb43 Author: Solr Bot <[email protected]> AuthorDate: Fri Jun 26 22:14:17 2026 +0200 Update gradle/actions action to v6.2.0 (#4541) (cherry picked from commit a80db53babd59e673bc66e96a1502e38b4e58b29) --- .github/workflows/dependency-graph-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-graph-submission.yml b/.github/workflows/dependency-graph-submission.yml index 3ababee45da..d24d146068f 100644 --- a/.github/workflows/dependency-graph-submission.yml +++ b/.github/workflows/dependency-graph-submission.yml @@ -19,7 +19,7 @@ jobs: java-version: 21 - name: Generate and submit dependency graph - uses: gradle/actions/dependency-submission@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 + uses: gradle/actions/dependency-submission@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 env: DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: "(?i)(^|:)(compileClasspath|runtimeClasspath|testCompileClasspath|testRuntimeClasspath)$" DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: "(?i)(^|:)(classpath|.*PluginClasspath|kotlinCompilerClasspath|kaptClasspath|annotationProcessor|detachedConfiguration.*)$"
