This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 894529185 main: Pin actions/setup-java action to c5195ef (#1809)
894529185 is described below
commit 89452918501c4e1a7a20d150553db49d2d434141
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jun 6 11:26:36 2025 +0200
main: Pin actions/setup-java action to c5195ef (#1809)
---
.github/workflows/python-client.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/python-client.yml
b/.github/workflows/python-client.yml
index 7a267df28..0daf253cd 100644
--- a/.github/workflows/python-client.yml
+++ b/.github/workflows/python-client.yml
@@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up JDK for Gradle
- uses: actions/setup-java@v4
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
with:
distribution: 'temurin'
java-version: '21'