Skip to content

Commit 70b0e39

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump actions/setup-java from 4.0.0 to 4.2.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.2.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@387ac29...99b8673) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0664f8d commit 70b0e39

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/module.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
fetch-depth: 0
8282
- name: "Setup: JDK ${{ inputs.java_version || vars.JVM_VERSION }}"
83-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
83+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
8484
with:
8585
java-version: ${{ inputs.java_version || vars.JVM_VERSION }}
8686
distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }}

.github/workflows/module.codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: "Setup: Checkout"
3737
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3838
- name: "Setup: JDK ${{ inputs.java_version || vars.JVM_VERSION }}"
39-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
39+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
4040
with:
4141
java-version: ${{ inputs.java_version || vars.JVM_VERSION || '21' }}
4242
distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }}

.github/workflows/module.detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
- name: "Setup: JDK ${{ inputs.java_version || vars.JVM_VERSION }}"
46-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
46+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
4747
with:
4848
java-version: ${{ inputs.java_version || vars.JVM_VERSION }}
4949
distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }}

.github/workflows/module.publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
fetch-depth: 0
6363
- name: "Setup: JDK ${{ inputs.java_version || vars.JVM_VERSION }}"
64-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
64+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
6565
with:
6666
java-version: ${{ inputs.java_version || vars.JVM_VERSION }}
6767
distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }}
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
116116
- name: "Setup: JDK ${{ inputs.java_version || vars.JVM_VERSION }}"
117-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
117+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
118118
with:
119119
java-version: ${{ inputs.java_version || vars.JVM_VERSION }}
120120
distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }}
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
169169
- name: "Setup: JDK ${{ inputs.java_version || vars.JVM_VERSION }}"
170-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
170+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
171171
with:
172172
java-version: ${{ inputs.java_version || vars.JVM_VERSION }}
173173
distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }}

0 commit comments

Comments
 (0)