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 3a57a4de24b Update actions/setup-java action to v5.3.0 (#4543)
3a57a4de24b is described below

commit 3a57a4de24b6483dad5ec22b97d06b355bf0145f
Author: Solr Bot <[email protected]>
AuthorDate: Fri Jun 26 22:11:41 2026 +0200

    Update actions/setup-java action to v5.3.0 (#4543)
---
 .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 f08982295e2..5f83c1f6004 100644
--- a/.github/workflows/dependency-graph-submission.yml
+++ b/.github/workflows/dependency-graph-submission.yml
@@ -13,7 +13,7 @@ jobs:
     steps:
       - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 
v5.0.1
 
-      - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
+      - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # 
v5.3.0
         with:
           distribution: temurin
           java-version: 21
diff --git a/.github/workflows/docker-nightly.yml 
b/.github/workflows/docker-nightly.yml
index 45efc965683..3b5aa2b564c 100644
--- a/.github/workflows/docker-nightly.yml
+++ b/.github/workflows/docker-nightly.yml
@@ -93,7 +93,7 @@ jobs:
           ref: ${{ matrix.branch }}
 
       - name: Set up Java (JDK ${{ matrix.gradle-jdk }})
-        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
+        uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # 
v5.3.0
         with:
           distribution: temurin
           java-version: ${{ matrix.gradle-jdk }}

Reply via email to