This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 34b6eceefd chore(deps): update oracle-actions/setup-java action to
v1.5.0
34b6eceefd is described below
commit 34b6eceefd5d4e40b4cdeb1261637c0f7c066d1e
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Oct 9 19:05:19 2025 +0000
chore(deps): update oracle-actions/setup-java action to v1.5.0
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7cbf9111e8..0587359905 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
fetch-depth: 50
- name: Set up Java ${{ matrix.java_version }}, oracle
if: ${{ matrix.oracle_java_website != '' }}
- uses: oracle-actions/setup-java@b1546e588c27008e88bfcabda44d11c22316b9b8
# v1.4.2
+ uses: oracle-actions/setup-java@fff43251af9936a0e6a4d5d0946e14f1680e9b6b
# v1.5.0
with:
website: ${{ matrix.oracle_java_website }}
release: ${{ matrix.java_version }}