Browse Source
Bump actions/setup-java from 2.5.1 to 3.12.0 (#3133)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.1 to 3.12.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](91d3aa4956...cd89f46ac9d01407894225f350157564c9c7cee2)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
revert-3130-dependabot/github_actions/ossf/scorecard-action-2.2.0
dependabot[bot]
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/unit-test.yml
|
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
|
|
|
|
|
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
|
|
|
- name: Set up JDK 8 and Maven |
|
|
|
uses: actions/setup-java@91d3aa4956ec4a53e477c4907347b5e3481be8c9 # v2.5.1 |
|
|
|
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 |
|
|
|
with: |
|
|
|
java-version: '8' |
|
|
|
distribution: 'adopt' |
|
|
|
|