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

Commit 7798a1c

Browse files
dependabot[bot]NelsonBN
authored andcommitted
build(deps): bump actions/setup-java from 3.5.1 to 3.6.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.5.1...v3.6.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 e1c6f07 commit 7798a1c

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
@@ -31,7 +31,7 @@ jobs:
3131
dotnet-version: ${{ env.SDK_VERSION }}
3232

3333
- name: "Set up JDK 11"
34-
uses: actions/setup-java@v3.5.1
34+
uses: actions/setup-java@v3.6.0
3535
with:
3636
distribution: 'adopt'
3737
java-version: '11'

0 commit comments

Comments
 (0)