Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 6611eb2

Browse files
GitHubActions(deps): Bump actions/setup-java from 3.1.1 to 3.2.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19b0977 commit 6611eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
dotnet-version: '6.0.202'
2424

2525
- name: Set up JDK 11
26-
uses: actions/setup-java@v3.1.1
26+
uses: actions/setup-java@v3.2.0
2727
with:
2828
distribution: 'adopt'
2929
java-version: '11'

0 commit comments

Comments
 (0)