File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# #
2- # Copyright (C) 2023-2024 Hedera Hashgraph, LLC
2+ # Copyright (C) 2023-2025 Hedera Hashgraph, LLC
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
@@ -162,7 +162,7 @@ jobs:
162162 git_tag_gpgsign : false
163163
164164 - name : Setup Java
165- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
165+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
166166 with :
167167 distribution : ${{ inputs.java-distribution }}
168168 java-version : ${{ inputs.java-version }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 fetch-depth : ${{ inputs.enable-sonar-analysis && '0' || '' }}
115115
116116 - name : Setup Java
117- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
117+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
118118 with :
119119 distribution : ${{ inputs.java-distribution }}
120120 java-version : ${{ inputs.java-version }}
Original file line number Diff line number Diff line change 11# #
2- # Copyright (C) 2023-2024 Hedera Hashgraph, LLC
2+ # Copyright (C) 2023-2025 Hedera Hashgraph, LLC
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
@@ -106,7 +106,7 @@ jobs:
106106 fi
107107
108108 - name : Setup Java
109- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
109+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
110110 if : ${{ !inputs.enable-nodejs-tests && !cancelled() && !failure() }}
111111 with :
112112 distribution : ${{ inputs.java-distribution }}
Original file line number Diff line number Diff line change 11# #
2- # Copyright (C) 2022-2024 Hedera Hashgraph, LLC
2+ # Copyright (C) 2022-2025 Hedera Hashgraph, LLC
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
@@ -130,7 +130,7 @@ jobs:
130130 git_tag_gpgsign : true
131131
132132 - name : Setup Java
133- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
133+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
134134 with :
135135 distribution : ${{ inputs.java-distribution }}
136136 java-version : ${{ inputs.java-version }}
Original file line number Diff line number Diff line change 11# #
2- # Copyright (C) 2023-2024 Hedera Hashgraph, LLC
2+ # Copyright (C) 2023-2025 Hedera Hashgraph, LLC
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
4646 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747
4848 - name : Setup Java
49- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
49+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
5050 with :
5151 distribution : temurin
5252 java-version : 21.0.1
You can’t perform that action at this time.
0 commit comments