Skip to content

Commit

Permalink
Bump actions/setup-java from 3.5.0 to 3.5.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@d854b6d...a18c333)

---
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 Sep 26, 2022
1 parent 3e8771d commit bd5a7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -21,7 +21,7 @@ jobs:
run: 'git fetch --prune --unshallow' # needed for sonar analysis

- name: Set up Java
uses: 'actions/setup-java@d854b6da19cdadd9a010605529e522c2393ebd38' # v3.5.0
uses: 'actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d' # v3.5.0
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@2541b1294d2704b0964813337f33b291d3f8596b' # v3.0.2

- name: Set up Java ${{ matrix.java }}
uses: 'actions/setup-java@d854b6da19cdadd9a010605529e522c2393ebd38' # v3.5.0
uses: 'actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d' # v3.5.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit bd5a7f5

Please sign in to comment.