This is an automated email from the ASF dual-hosted git repository.

dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new a80db53babd Update gradle/actions action to v6.2.0 (#4541)
a80db53babd is described below

commit a80db53babd59e673bc66e96a1502e38b4e58b29
Author: Solr Bot <[email protected]>
AuthorDate: Fri Jun 26 22:14:17 2026 +0200

    Update gradle/actions action to v6.2.0 (#4541)
---
 .github/workflows/dependency-graph-submission.yml | 2 +-
 .github/workflows/docker-nightly.yml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/dependency-graph-submission.yml 
b/.github/workflows/dependency-graph-submission.yml
index 5f83c1f6004..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@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # 
v6.1.0
+        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.*)$"
diff --git a/.github/workflows/docker-nightly.yml 
b/.github/workflows/docker-nightly.yml
index 3b5aa2b564c..5be39742d89 100644
--- a/.github/workflows/docker-nightly.yml
+++ b/.github/workflows/docker-nightly.yml
@@ -106,7 +106,7 @@ jobs:
           key: gradle-wrapper-${{ 
hashFiles('gradle/wrapper/gradle-wrapper.jar.sha256') }}
 
       - name: Set up Gradle
-        uses: 
gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
+        uses: 
gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
         with:
           develocity-token-expiry: 8
 

Reply via email to