Skip to content

Commit

Permalink
Bump actions/setup-java from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@99b8673...6a0805f)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcwrobel committed Aug 11, 2024
1 parent 2699272 commit 42701a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: 'temurin'
java-version: 17
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Bump com.opengamma.strata:strata-basics from 2.12.28 to 2.12.41 (#376, #379, #383, #386, #392, #396, #405, #412).
- Bump com.google.guava:guava from 32.1.3 to 33.2.1 (#378, #390, #398, #403).
- Bump actions/setup-java from 3.13.0 to 4.2.1 (#374, #389).
- Bump actions/setup-java from 3.13.0 to 4.2.2 (#374, #389, #416).
- Bump actions/cache from 3.3.2 to 4.0.1 (#381, #385, #391).
- Bump actions/checkout from 4.1.1 to 4.1.7 (#387, #397, #400, #407).
- Bump github/codeql-action from 2.13.4 to 3.26.0 (#401, #409, #417).
Expand Down

0 comments on commit 42701a2

Please sign in to comment.