Skip to content

Commit

Permalink
Bump actions/setup-java from 3.6.0 to 3.7.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@de1bb2b...19eeec5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcwrobel committed Dec 5, 2022
1 parent 52ac52f commit 8ef330e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of sonar analysis

- name: Set up Java
uses: 'actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc'
uses: 'actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d'
with:
distribution: 'temurin'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'

- name: Set up Java ${{ matrix.java }}
uses: 'actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc'
uses: 'actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d'
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Improve caching during SonarCloud analysis (#243).
- Merge codeql and analyze workflows (#243).
- Bump github/codeql-action from 2.1.28 to 2.1.32 (#240, #255, #259, #260).
- Bump actions/setup-java from 3.6.0 to 3.7.0 (#262).
- Bump parent from 2.7.0 to 2.7.2 (#241, #261).
- Bump development java version from 17.0.4+101 to 17.0.5+8 (#258).
- Enable reproducible builds (#247).
Expand Down

0 comments on commit 8ef330e

Please sign in to comment.