Skip to content

Commit d5dbb4d

Browse files
chore(deps): Bump actions/setup-java from 4.6.0 to 4.7.0 (#1029)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andrew Brandt <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Brandt <[email protected]>
1 parent 67abf60 commit d5dbb4d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/flow-deploy-release-artifact.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 }}

.github/workflows/zxc-code-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/zxc-compile-code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 }}

.github/workflows/zxc-release-maven-central.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 }}

.github/workflows/zxf-snyk-monitor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
@@ -46,7 +46,7 @@ jobs:
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

0 commit comments

Comments
 (0)