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

Commit f90bf4b

Browse files
dependabot[bot]NelsonBN
authored andcommitted
build(deps): bump actions/setup-java from 4.3.0 to 4.4.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.3.0...v4.4.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 7cb99fc commit f90bf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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"
34-
uses: actions/setup-java@v4.3.0
34+
uses: actions/setup-java@v4.4.0
3535
with:
3636
distribution: 'adopt'
3737
java-version: '17'

0 commit comments

Comments
 (0)